PromptConfiguration Class
Autodesk.DataManagement.Client.Framework.Forms›Autodesk.DataManagement.Client.Framework.Forms.Currency
A configuration of a prompt. Contains properties affecting a prompt's behavior as configured by a user.
Syntax
public class PromptConfiguration Public Class PromptConfiguration Constructors
| Name | Description |
|---|---|
| PromptConfiguration | Constructs a PromptConfiguration object with a user's prefered answer and instruction. |
Properties
| Name | Description |
|---|---|
| HideThisSession | Gets or sets whether prompts with this configuration should be hidden for the remainder of this session. |
| PromptInstruction | Gets or sets when the user should be prompted during a specific operation. The default value is PromptInstruction.PromptAlways. |
| UserAnswer | Gets or sets the user's default answer. |
Methods
| Name | Description |
|---|---|
| Reset | Resets this PromptConfiguration to the default state. |
| ResetSession | Resets this PromptConfiguration's session data to the default state. |
Returned By
Where you get a PromptConfiguration — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptConfiguration