Autodesk Vault ProfessionalVault API

Library Class

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

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

Syntax

public static class Library 
Public MustInherit NotInheritable Class Library 

Properties

NameDescription
ColumnSettingsGets a service which provides a mechanism to configure display characteristics for how a property definition is represented in a Grid or a Tree column
CopyDesignDialogExistsIs Copy Design dialog exists
EntityStyleServiceGets a service which provides mechanism to configure global Style characteristics for specific entities or for specific properties of entities. These styles will be respected by all UI elements in the Framework

Methods

NameDescription
AcquireFilesDownloads and/or checks out files from the vault with a modal progress dialog that is displayed during the operation
AcquireFilesAsyncAsynchronously downloads and/or checks out files from the vault with a modeless progress dialog that is displayed during the operation
FocusCopyDesignDialogBring to front Copy Design Dialog and Focus on it
InitializeInitializes the services in this assembly. This should be called on application startup.
LoginLaunches a gui workflow to log in to a vault
LogoutLaunches a gui workflow to log out of a vault. The workflow gives the user an opportuntiy to optionally login again
SelectEntityLaunches a gui workflow to select an entity from the vault. This can be customized for any type of action (ie. Open, Save, Delete) and for any type of object (File, Item, etc...)
SetCultureSets the culture that this assembly and its dependencies will use when returning resources.

Events

NameDescription
CopyDesignDialogClosedOn Copy Design dialoge close event
GetCheckoutDialog_OKButtonClickedFor performance logging.
GetCheckoutDialog_ShownFor performance logging.
LoginDialog_OKButtonClickedFor performance logging.
LoginDialogClosedFor performance logging.
LoginDialogShownFor performance logging.
LogoutDialogClosedFor performance logging.
LogoutDialogShownFor performance logging.

Inheritance Hierarchy

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

See Also