Click or drag to resize
LegacyTelogisServiceGetCategory Method
Print this page
Gets a Category object, specified by ID.

Namespace: Telogis.API
 
Syntax
public Category GetCategory(
	long id
)

Parameters

id
Type: SystemInt64
ID of the Category. An exception will be thrown if the Category does not exist or you don't have permissions to view the specified Category.

Return Value

Type: Category
The Category object with the given ID
See Also