GetBehaviorConfigurationsByNames Method
Gets a set of behavior configuration object based on their names.
Required Permissions
AllowAnySyntax
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
| Name | Description |
|---|---|
| entityClassId | The entity class ID. |
| behClassNames | An 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.