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)

See Also