GetUserList.2 |
Scroll |
Searches for users in Thereforeā¢ and/or the Active Directory and returns the resulting TheUserList.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetUserList ( _ strQuery As String, _ pDomains As TheStringList, _ nFlags As TheUserQueryFlags _ ) As TheUserList C# public virtual TheUserList GetUserList ( string strQuery, TheStringList pDomains, TheUserQueryFlags nFlags )
Parameters strQuery User query string specifying conditions for the desired user's name or email address.
pDomains TheStringList with the names of domains to search in.
nFlags TheUserQueryFlags filter determining which users and/or groups are returned.
Return Value An TheUserList containing all users matching the search flags. |
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |