Autodesk Vault ProfessionalVault API

GetCategoryConfigurationsByBehaviorNames Method

Autodesk.Connectivity.WebServicesCategoryService

Gets a set of categories and their behaviors.

Required Permissions

None

Syntax

public CatCfg[] GetCategoryConfigurationsByBehaviorNames(
   System.string entityClassId,
   System.bool getAssignableOnly,
   System.string[] behClassNames
)
Public Function GetCategoryConfigurationsByBehaviorNames( _
   ByVal entityClassId As System.String, _
   ByVal getAssignableOnly As System.Boolean, _
   ByVal behClassNames() As System.String _
) As CatCfg()

Parameters

NameDescription
entityClassIdThe entity class ID.
getAssignableOnlyIf true, only assignable categories are returned. If false, all categories are returned.
behClassNamesThe names of the behaviors to include in the returned configuration. Currently there are only 4 allowed names: "Category", "UserDefinedProperty", "RevisionScheme", or "LifeCycle".

Return Value

An array of categories and their behaviors.

See Also