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

Namespace: Telogis.API
 
Syntax
public User[] FindUsers(
	string userName,
	Property[] properties
)

Parameters

userName
Type: SystemString
Name of the user to find. Use null to match all user names
properties
Type: Telogis.APIProperty
Properties of the user to match. Use null to match all property combinations and values

Return Value

Type: User
Remarks
A User without every property specified in the properties argument will not be found by this query.
See Also