SelectEntitySettings.ActionButtonEnablementRules Enumeration
Autodesk.DataManagement.Client.Framework.Vault.Forms›Autodesk.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.EnumMembers
| Member | Description |
|---|---|
| MustExist | This rule checks if each entity named in the text box actually exists in the current browsing folder. |
| MustHaveValue | This rule checks if the text box contans a value. |
| None | This rule makes the action button always active |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.SelectEntitySettings.ActionButtonEnablementRules