Autodesk Vault ProfessionalVault API

PromptConfiguration Class

Autodesk.DataManagement.Client.Framework.FormsAutodesk.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

NameDescription
PromptConfigurationConstructs a PromptConfiguration object with a user's prefered answer and instruction.

Properties

NameDescription
HideThisSessionGets or sets whether prompts with this configuration should be hidden for the remainder of this session.
PromptInstructionGets or sets when the user should be prompted during a specific operation. The default value is PromptInstruction.PromptAlways.
UserAnswerGets or sets the user's default answer.

Methods

NameDescription
ResetResets this PromptConfiguration to the default state.
ResetSessionResets 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

See Also