ShowUserSelectionDialog.2 |
Scroll |
Shows the user selection dialog with the specified options.
Namespace: Therefore.API
Visual Basic Public Overridable Function ShowUserSelectionDialog (_ ppSelection As TheUserList, _ bSingleSelection As Boolean, _ bActiveDirectoryOnly As Boolean, _ nFlags As TheUserQueryFlags _ ) C# public virtual void ShowUserSelectionDialog ( ref TheUserList ppSelection, bool bSingleSelection, bool bActiveDirectoryOnly, TheUserQueryFlags nFlags )
Parameters [ref] ppSelection Determines the initial selection when the dialog is opened and contains the final selection when the dialog closes.
bSingleSelection Only one user can be selected if this flag is true.
bActiveDirectoryOnly Only Active Directory users are listed if this flag is true.
nFlags TheUserQueryFlags determining if individual users and/or groups in Thereforeā¢ and/or the Active Directory are displayed.
Return Value None. |