Autodesk Vault ProfessionalVault API

SelectEntity Method

Autodesk.DataManagement.Client.Framework.Vault.FormsLibrary

Launches a gui workflow to select an entity from the vault. This can be customized for any type of action (ie. Open, Save, Delete) and for any type of object (File, Item, etc...)

Syntax

public static SelectEntityResults SelectEntity(
   Connection conn,
   SelectEntitySettings settings
)
Public Shared Function SelectEntity( _
   ByVal conn As Connection, _
   ByVal settings As SelectEntitySettings _
) As SelectEntityResults

Parameters

NameDescription
connA connection to a vault server
settingsOptions which configure the behaviors and extensibility of the workflow

Return Value

An object describing the results of what was selected in the GUI, and what options were chosen. Null if returned if the GUI was cancelled

See Also