'Declaration Function SelectDescriptions( _ ByVal token As String, _ ByVal descriptionType As DescriptionType, _ ByVal query As Query _ ) As ItemDescription()
ItemDescription[] SelectDescriptions( string token, DescriptionType descriptionType, Query query )
Parameters
- token
- The security token to use.
- descriptionType
- The type of descriptions to select.
- query
- The query.
Return Value
The array of model descriptions matching the criterion defined by the specified query.