Autodesk Vault ProfessionalVault API

GetCategoryConfigurationById Method

Autodesk.Connectivity.WebServicesCategoryService

Gets a category and related behaviours by a category ID.

Required Permissions

None

Syntax

public CatCfg GetCategoryConfigurationById(
   System.long categoryId,
   System.string[] behClassNames
)
Public Function GetCategoryConfigurationById( _
   ByVal categoryId As System.Long, _
   ByVal behClassNames() As System.String _
) As CatCfg

Parameters

NameDescription
categoryIdThe category ID.
behClassNamesThe names of behaviors to return.Currently there are only 4 allowed names: "Category", "UserDefinedProperty", "RevisionScheme", or "LifeCycle".

Return Value

The matching category object and behaviors.

See Also