PromptInstruction Enumeration
Autodesk.DataManagement.Client.Framework.Forms›Autodesk.DataManagement.Client.Framework.Forms.Currency
Determines when to display a prompt the user.
Syntax
public enum PromptInstruction : System.Enum Public Enum PromptInstruction
Inherits System.EnumMembers
| Member | Description |
|---|---|
| NotSet | The instruction type is currently not set or unknown. |
| PromptAlways | A prompt should always be displayed to the user. |
| PromptNever | A prompt should never be displayed to the user. All calls to Autodesk.DataManagement.Client.Framework.Forms.Library.GetAnswer will return the configured answer without showing a prompt to the user. |
| PromptOncePerSession | A prompt should only be shown once for the current session. All other calls to Autodesk.DataManagement.Client.Framework.Forms.Library.GetAnswer will return the users initial answer without displaying the prompt. |
Returned By
Where you get a PromptInstruction — members that return one.
- PromptConfiguration.PromptInstruction
- PromptDefinition.DefaultInstruction
- PromptRestriction.Instruction
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptInstruction