ShowCategorySelectionDialog.2 |
Scroll |
Shows the category selection dialog using the specified options.
Namespace: Therefore.API
Visual Basic Public Overridable Function ShowCategorySelectionDialog ( _ pAccessMask As ITheRoleAccessMask, _ nInitialSelection As Integer, _ pstrSelectedCategoryName As String _ ) As Integer C# public virtual int ShowCategorySelectionDialog ( ITheRoleAccessMask pAccessMask, int nInitialSelection, out string pstrSelectedCategoryName )
ParameterspAccessMask Only categories for which the connected user has the specified permissions will be displayed in the dialog.
nInitialSelection The category with the specified number is already selected when the dialog opens.
[out] pstrSelectedCategoryName The category name of the selected category is written to this parameter.
Return ValueThe number of the selected category. |