Autodesk Vault ProfessionalVault API

GetCategoryRuleSetConfiguration Method

Autodesk.Connectivity.WebServicesCategoryService

Gets the rules that determine which category gets assigned to an entity.

Required Permissions

None

Syntax

public CatRuleSetCfg GetCategoryRuleSetConfiguration(
   System.string entityClassId
)
Public Function GetCategoryRuleSetConfiguration( _
   ByVal entityClassId As System.String _
) As CatRuleSetCfg

Parameters

NameDescription
entityClassIdThe entity class ID.

Return Value

An object containing the category rule sets.

See Also