Autodesk Vault ProfessionalVault API

GetBehaviorConfigurationsByNames Method

Autodesk.Connectivity.WebServicesBehaviorService

Gets a set of behavior configuration object based on their names.

Required Permissions

AllowAny

Syntax

public BhvCfg[] GetBehaviorConfigurationsByNames(
   System.string entityClassId,
   System.string[] behClassNames
)
Public Function GetBehaviorConfigurationsByNames( _
   ByVal entityClassId As System.String, _
   ByVal behClassNames() As System.String _
) As BhvCfg()

Parameters

NameDescription
entityClassIdThe entity class ID.
behClassNamesAn array of behavior configuration names. Currently there are only 4 allowed names: "Category", "UserDefinedProperty", "RevisionScheme", or "LifeCycle".

Return Value

An array of corresponding behavrior configuration objects.

See Also