Autodesk Vault ProfessionalVault API

ActionableEntityClassIds Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsSelectEntitySettings

Gets or adds the Entity Class IDs which represent the entities that are being acted on. If empty, then every type of entity is actionable.

Syntax

public System.Collections.Generic.List<string> ActionableEntityClassIds {get;}
Public ReadOnly Property ActionableEntityClassIds As System.Collections.Generic.List(Of String)

Remarks

When this is set, then Action button will only be enabled when entities with this Entity Class ID are selected.

See Also