Previous Topic: OpenUnitInventoryItemListNext Topic: OpenUnitUnitGroupList


OpenUnitQueryList

The OpenUnitQueryList method opens a list of queries that can be linked with a unit group. The method returns the total number of queries in the list and a handle to the list that you can use for further calls to GetUnitQueries and CloseUnitQueryList.

Parameters

xsd:string sessionId (m)

Specifies the session ID obtained from the login to the web service.

UnitQueryPropertiesRequired queryPropertiesRequired

Specifies which query properties to retrieve.

Return Values

xsd:long OpenListHandle

Returns a numeric handle to a list of queries that can be passed to GetUnitQueries.

xsd:long totalNoOfQueries

Returns the total number of queries in the list whose handle has been returned.

Remarks

None.

More information:

UnitQueryPropertiesRequired