Click or drag to resize
LegacyTelogisServiceGetCondition2 Method
Print this page
Get a Condition2 object, specified by ID. Note that this object can come from either the newest exception engine or the legacy exception engine.

Namespace: Telogis.API
 
Syntax
public Condition2 GetCondition2(
	string id
)

Parameters

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

Return Value

Type: Condition2
A Condition2 object.
See Also