SelectEntity Method
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 SelectEntityResultsParameters
| Name | Description |
|---|---|
| conn | A connection to a vault server |
| settings | Options 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