Purpose
Opens the Directory as an admin (like the List Users function in the client).
Syntax
ServerDirectory.OpenAdmin (Pattern, SearchBy)
Pattern |
The string that found entries must contain. This can include the * and ? wildcards. |
SearchBy |
One of the following constants: fcListByAlias fcListByCID fcListByField fcLlistByName fcListByPrivGroup - requires an exact match fcListByUserID |
Example
Dim sd as ServerDirectory
sd.OpenAdmin ("", fcListByName)
|