Autodesk Vault ProfessionalVault API

PromptStyle Enumeration

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

The choice of button arangements for the prompt dialog, meaning the set of answers available for the user to select when prompted.

Syntax

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

Members

MemberDescription
MultiYesNoPrompts will display "Yes", "Yes To All", "No" and "No To All" options.
MultiYesNoOnlyPrompts will display "Yes To All" and "No To All" options.
NotSetThe style is currently not set or unknown.
OkCancelPrompts will display "OK" and "Cancel" options.
YesNoPrompts will display "Yes" and "No" options.

Returned By

Where you get a PromptStyle — members that return one.

Inheritance Hierarchy

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

See Also