CopyCategoryConfiguration Method
Creates a new categroy configuration using an existing one as a template.
Required Permissions
ManageBehaviorDefinitionSyntax
public CatCfg CopyCategoryConfiguration(
System.long categoryId,
System.string displayName,
System.int color,
System.string description,
BehaviorAssignmentType assignmentType
)Public Function CopyCategoryConfiguration( _
ByVal categoryId As System.Long, _
ByVal displayName As System.String, _
ByVal color As System.Integer, _
ByVal description As System.String, _
ByVal assignmentType As BehaviorAssignmentType _
) As CatCfgParameters
| Name | Description |
|---|---|
| categoryId | The category to use as a template. |
| displayName | The display name of the new category. |
| color | The color of the new category. It should be a 32-bit ARGB value. |
| description | The description of the new category. |
| assignmentType | Tells if the new category is enabled. |
Return Value
The new category object with related information.