GetCategories |
Scroll |
Gets a list of categories and folders from Thereforeā¢ where the connected user has the specified permissions.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetCategories ( _ pAccessMask As ITheRoleAccessMask, _ ) As ITheFolderItemList C# public virtual ITheFolderItemList GetCategories ( ITheRoleAccessMask pAccessMask )
Parameters pAccessMask Permissions the user needs to have for a category to be returned.
Return Value TheFolderItemList filled with TheFolderItem objects each containing category number, category name and the number of the containing folder. |
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |