Click or drag to resize
LegacyTelogisServiceFindCategories Method
Print this page
Finds Categories with a matching tag (if its supplied non-null) and matching properties. All fields have to match.

Namespace: Telogis.API
 
Syntax
public Category[] FindCategories(
	string tag,
	Property[] properties
)

Parameters

tag
Type: SystemString
Only categories with tags that match this value will be returned. Use null to match all tags.
properties
Type: Telogis.APIProperty
An array of properties to filter markers on. A category with properties A and B will not match a search for categories with property A, regardless of the property A value. Use null to match all property combinations.

Return Value

Type: Category
An array of categories matching the given tag and properties.
Remarks
A Category without every property specified in the properties argument will not be found by this query.
Examples
See Also