Gets all the categories available for a user based on permissions
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
Visual Basic |
---|
Function SelectCategories ( _
parentCatID As String, _
userid As String, _
permission As CategoryPermission, _
showDeleted As Boolean, _
recursive As Boolean _
) As ICategory() |
Visual C++ |
---|
array<ICategory^>^ SelectCategories(
String^ parentCatID,
String^ userid,
CategoryPermission permission,
bool showDeleted,
bool recursive
) |
See Also