Autodesk Vault ProfessionalVault API

UpdateCategoryRuleSetConfiguration Method

Autodesk.Connectivity.WebServicesCategoryService

Updates the rules that determine how files get associated to a category.

Required Permissions

ManageBehaviorDefinition

Syntax

public CatRuleSetCfg UpdateCategoryRuleSetConfiguration(
   System.string entityClassId,
   CatRuleSetCfg ruleSetCfg
)
Public Function UpdateCategoryRuleSetConfiguration( _
   ByVal entityClassId As System.String, _
   ByVal ruleSetCfg As CatRuleSetCfg _
) As CatRuleSetCfg

Parameters

NameDescription
entityClassIdThe entity class ID.
ruleSetCfgThe new rule set configuration.

Return Value

The updated category rule set configuration object.

See Also