Autodesk Vault ProfessionalVault API

ExtensionHandlerManagerConfigFilePath Property

Autodesk.DataManagement.Client.Framework.Vault.ServicesIApplicationConfigurationService

Gets or sets the absolute path to the configuration file containing settings for the ExtensionHandlerManager.

Syntax

FilePathAbsolute ExtensionHandlerManagerConfigFilePath {get; set;}
Property ExtensionHandlerManagerConfigFilePath As FilePathAbsolute

Remarks

This property can only be set once during the lifetime of an application and should be set early during initialization. If this property is set multiple times or is set after extensions have already been loaded due to use in a VDF workflow such as download, an InvalidOperationException will be thrown.

See Also