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