Autodesk Vault ProfessionalVault API

SelectedButton Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.ResultsSelectEntityResults

Gets the button that was selected to accept the dialog. If Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.SelectEntitySettings.ActionButtonOptions are specified, this will be which of those options the user chose. If no options are specified, this will be null.

Syntax

public SelectEntitySettings.ActionButtonOption SelectedButton {get;}
Public ReadOnly Property SelectedButton As SelectEntitySettings.ActionButtonOption

See Also