Autodesk Vault ProfessionalVault API

Library Class

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

Provides a gateway to all features and services in the Autodesk.DataManagement.Client.Framework.Forms assembly

Syntax

public static class Library 
Public MustInherit NotInheritable Class Library 

Properties

NameDescription
ApplicationConfigurationGets the service which provides the ability to configure global characteristics of the framework. The configuration options range from directory locations, font, etc.
ApplicationPreferencesGets the service which provides the application with the ability to persist application state between sessions.
CurrentThemeCurrent Theme Vault Client is using.
CustomUIExceptionRegistrationGets the service used to register a Custom UI Exception Handler.
PromptServiceGets the service which provides the ability to register and manage Autodesk.DataManagement.Client.Framework.Forms.Currency.PromptDefinition's.

Methods

NameDescription
ConfigurePromptsLaunches a GUI workflow to allow users to configure prompts that have been registered with the Autodesk.DataManagement.Client.Framework.Forms.Services.IPromptService.
GetAnswerRetrieves a prompt answer for the specified prompt.
GetProgressViewLaunches a new instance of a Progress Dialog
InitializeInitializes the services in this assembly. This should be called on application startup.
SetCultureSets the culture that this assembly and its dependencies will use when returning resources.
ShowErrorDisplays an error dialog box which displays information about a specific exception.
ShowError(Exception,String)Displays an error dialog box which displays information about a specific exception.
ShowError(String,String)Displays an error dialog box with the specified message.
ShowError(String,String,String,String)Displays an error dialog box with the specified message and optionally, a link to launch help.
ShowError(String,String,String,Action)Displays an error dialog box with the specified message and optionally, a link to launch help.
ShowMessageDisplays a message or error dialog box with the specified message and optionally, a link to launch help.
ShowMessage(String,String,String,Action,Boolean)Displays a message or error dialog box with the specified message and optionally, a link to launch help.
ShowMessage(String,String,ButtonConfiguration)Displays a message box with the specified text, caption, and button configuration (ie. Yes/No, Ok/Cancel, etc...)
ShowMessage(String,Control,ButtonConfiguration,Boolean)Displays a message box with a custom user control in place of the message text.
ShowRestrictionsLaunches a GUI workflow to display a list of restrictions to the user.
ShowWarningDisplays an warning dialog box with the specified message and title.
ShowWarning(String,String,ButtonConfiguration)Displays an warning dialog box with the specified message and title.
ShowWarning(String,String,ButtonConfiguration,IWin32Window)Displays an warning dialog box with the specified message and title.

Events

NameDescription
MessageBox_Shown
ThemeChangedOn Vault client Theme changed event

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Forms.Library

See Also