GetCategoryConfigurationById Method
Gets a category and related behaviours by a category ID.
Required Permissions
NoneSyntax
public CatCfg GetCategoryConfigurationById(
System.long categoryId,
System.string[] behClassNames
)Public Function GetCategoryConfigurationById( _
ByVal categoryId As System.Long, _
ByVal behClassNames() As System.String _
) As CatCfgParameters
| Name | Description |
|---|---|
| categoryId | The category ID. |
| behClassNames | The names of behaviors to return.Currently there are only 4 allowed names: "Category", "UserDefinedProperty", "RevisionScheme", or "LifeCycle". |
Return Value
The matching category object and behaviors.