Previous Topic: OpenSecurityProfileListNext Topic: CloseSecurityProfileList


GetSecurityProfiles

This method retrieves the security profiles from a security profile list.

Parameters

xsd:string sessionId (M)

The session identifier. Session Id obtained from the login to the web service.

xsd:long listHandle (M)

A numeric handle to a security profile list as returned by a previous call to OpenSecurityProfileList.

xsd:long noOfSecurityProfiles (M)

The total number of security profiles to get from the list. This should be less than or equal to the total number in the list as returned by a previous call to OpenSecurityProfileList.

Return Values

dsm:ArrayOfSecurityProfileProperties GetSecurityProfilesReturn

An array of SecurityProfileProperties – one for each security profile requested from the list.

Remarks

You can make multiple calls to GetSecurityProfiles to iterate down the security profile list.

More information:

SecurityProfileProperties

SecurityProfileType