GetCategoryConfigurationsByBehaviorNames Method
Gets a set of categories and their behaviors.
Required Permissions
NoneSyntax
public CatCfg[] GetCategoryConfigurationsByBehaviorNames(
System.string entityClassId,
System.bool getAssignableOnly,
System.string[] behClassNames
)Public Function GetCategoryConfigurationsByBehaviorNames( _
ByVal entityClassId As System.String, _
ByVal getAssignableOnly As System.Boolean, _
ByVal behClassNames() As System.String _
) As CatCfg()Parameters
| Name | Description |
|---|---|
| entityClassId | The entity class ID. |
| getAssignableOnly | If true, only assignable categories are returned. If false, all categories are returned. |
| behClassNames | The names of the behaviors to include in the returned configuration. Currently there are only 4 allowed names: "Category", "UserDefinedProperty", "RevisionScheme", or "LifeCycle". |
Return Value
An array of categories and their behaviors.