Previous Topic: OpenSecurityAreaListNext Topic: CloseSecurityAreaList


GetSecurityAreas

This method retrieves the list of security areas from the security area 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 area list as returned by a previous call to OpenSecurityAreaList.

xsd:long noOfSecurityAreas (m)

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

Return Values

dsm:ArrayOfSecurityAreaProperties GetSecurityAreasReturn

An array of SecurityAreaProperties – one for each security area requested from the list.

More information:

SecurityAreaProperties