Previous Topic: GetSoftwarePolicies3Next Topic: GetSoftwarePolicy


GetSoftwarePoliciesRecursive

The GetSoftwarePoliciesRecursive method retrieves the policies from a software policy list.

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:long listHandle (m)

A numeric handle to a list as returned by a previous call to OpenSoftwarePoliciesRecursive.

xsd:long noOfSoftwarePolicies (m)

The number of software policies.

Return Values

ArrayOfSoftwarePolicyProperties GetSoftwarePoliciesRecursiveReturn

An array of SoftwarePolicyProperties - one for each policy requested from the list.

Remarks

You can make multiple calls to GetSoftwarePoliciesRecursive to iterate down the list. This API behaves identically to GetSoftwarePolicies.

More information:

SoftwarePolicyProperties