GetCategoriesByEntityClassId Method
Gets all the categories for a given entity class.
Required Permissions
NoneSyntax
public Cat[] GetCategoriesByEntityClassId(
System.string entityClassId,
System.bool getAssignableOnly
)Public Function GetCategoriesByEntityClassId( _
ByVal entityClassId As System.String, _
ByVal getAssignableOnly As System.Boolean _
) As Cat()Parameters
| Name | Description |
|---|---|
| entityClassId | The entity class ID. |
| getAssignableOnly | If true, only assignable categories are returned. |
Return Value
An array of all categories for the entity class.