Click or drag to resize
LegacyTelogisServiceGetCondition Method
Print this page
Get a Condition object, specified by ID.

Namespace: Telogis.API
 
Syntax
public Condition GetCondition(
	long id
)

Parameters

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

Return Value

Type: Condition
The Condition with the given ID
See Also