Autodesk Vault ProfessionalVault API

SelectEntitySettings.ActionButtonEnablementRules Enumeration

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

Describes the different rules available that determines when the action button is enabled to accept and close the dialog.

Syntax

public enum SelectEntitySettings.ActionButtonEnablementRules : System.Enum 
Public Enum SelectEntitySettings.ActionButtonEnablementRules
   Inherits System.Enum

Members

MemberDescription
MustExistThis rule checks if each entity named in the text box actually exists in the current browsing folder.
MustHaveValueThis rule checks if the text box contans a value.
NoneThis rule makes the action button always active

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.SelectEntitySettings.ActionButtonEnablementRules

See Also