Autodesk Vault ProfessionalVault API

PromptInstruction Enumeration

Autodesk.DataManagement.Client.Framework.FormsAutodesk.DataManagement.Client.Framework.Forms.Currency

Determines when to display a prompt the user.

Syntax

public enum PromptInstruction : System.Enum 
Public Enum PromptInstruction
   Inherits System.Enum

Members

MemberDescription
NotSetThe instruction type is currently not set or unknown.
PromptAlwaysA prompt should always be displayed to the user.
PromptNeverA 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.
PromptOncePerSessionA 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.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptInstruction

See Also