Previous Topic: GetSoftwarePoliciesNext Topic: GetSoftwarePoliciesRecursive


GetSoftwarePolicies3

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

This method also includes the functionality that helps you manage the custom administrator message. The method returns the retrieved array of software policy properties in the sequence SoftwarePolicyProperties3. This sequence includes the userMessage parameter that specifies the custom administrator message information linked with the software policy in SD.

Parameters

xsd:string sessionId (m)

Specifies the session identifier obtained from the login method of the web service.

xsd:long listHandle (m)

Specifies a numeric handle to a list as returned by a previous call to OpenSoftwarePolicyList3.

xsd:long noOfSoftwarePolicies (m)

Specifies the total number of software policies to get from the list. This number must be less than or equal to the total number in the list as returned by a previous call to OpenSoftwarePolicyList3.

Return Values

ArrayOfSoftwarePolicyProperties3 arrayOfSoftwarePolicyProperties3

Returns an array of SoftwarePolicyProperties3—one for each policy requested from the list.

Remarks

None

More information:

SoftwarePolicyProperties3