Autodesk Vault ProfessionalVault API

SelectEntitySettings.ActionButtonOption Class

Autodesk.DataManagement.Client.Framework.Vault.FormsAutodesk.DataManagement.Client.Framework.Vault.Forms.Settings

This class represents a choice to be associated with the Action button. The choices will be presented in a button with a dropdown arrow which displays a menu when clicked.

Syntax

public class SelectEntitySettings.ActionButtonOption 
Public Class SelectEntitySettings.ActionButtonOption 

Constructors

NameDescription
SelectEntitySettings.ActionButtonOption

Properties

NameDescription
DisplayTextGets or sets the text that appears in the menu item associated with this option
IsEnabledGets or sets the delegate that is called by the dialog to ask if the given SelectEntitySettings.ActionButtonOption is enabled for use.
TagGets or sets a value association with this option that will be passed back in Autodesk.DataManagement.Client.Framework.Vault.Forms.Results.SelectEntityResults if this option is chosen

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.SelectEntitySettings.ActionButtonOption

See Also