GetCategories |
Scroll |
Gets a language specific 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, _ nlcid As Integer _ ) As ITheFolderItemList C# public virtual ITheFolderItemList GetCategories ( ITheRoleAccessMask pAccessMask, int nlcid )
Parameters pAccessMask Permissions the user needs to have for a category to be returned.
nlcid The locale identifier for the language the categories should be returned in. Categories without translation for the specified language will be returned with the default language.
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. |