UpdateCategory Method
Updates category information.
Required Permissions
ManageBehaviorDefinitionSyntax
public Cat UpdateCategory(
System.long catDefId,
System.string displayName,
System.int color,
System.string description,
BehaviorAssignmentType assignmentType
)Public Function UpdateCategory( _
ByVal catDefId As System.Long, _
ByVal displayName As System.String, _
ByVal color As System.Integer, _
ByVal description As System.String, _
ByVal assignmentType As BehaviorAssignmentType _
) As CatParameters
| Name | Description |
|---|---|
| catDefId | The category ID. |
| displayName | The new display name. |
| color | The new color. It must be a 32-bit ARGB value. |
| description | The new description |
| assignmentType | The tells if the category is active or not. |
Return Value
The updated category object.