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
)
Public Function FindUsers (
userName As String,
properties As Property()
) As User()
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:
UserRemarks
A User without every property specified in the properties argument
will not be found by this query.
See Also