UpdateCategoryRuleSetConfiguration Method
Updates the rules that determine how files get associated to a category.
Required Permissions
ManageBehaviorDefinitionSyntax
public CatRuleSetCfg UpdateCategoryRuleSetConfiguration(
System.string entityClassId,
CatRuleSetCfg ruleSetCfg
)Public Function UpdateCategoryRuleSetConfiguration( _
ByVal entityClassId As System.String, _
ByVal ruleSetCfg As CatRuleSetCfg _
) As CatRuleSetCfgParameters
| Name | Description |
|---|---|
| entityClassId | The entity class ID. |
| ruleSetCfg | The new rule set configuration. |
Return Value
The updated category rule set configuration object.