Get categories that are applied to an entity. Based on the Current User
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("Please use GetAppliedCategories(string entityId, string userID)", _
False)> _
Function GetAppliedCategories ( _
entityId As String _
) As ICategory() |
Visual C++ |
---|
[ObsoleteAttribute(L"Please use GetAppliedCategories(string entityId, string userID)",
false)]
array<ICategory^>^ GetAppliedCategories(
String^ entityId
) |
See Also