IApplicationConfigurationService Interface
Autodesk.DataManagement.Client.Framework.Forms›Autodesk.DataManagement.Client.Framework.Forms.Services
This service provides the ability to configure global characteristics of a GUI application which uses the framework.
Syntax
public interface IApplicationConfigurationService Public Interface IApplicationConfigurationService Properties
| Name | Description |
|---|---|
| ApplicationFolderPath | Gets or sets the full path of the folder where application data will be stored. |
| ApplicationIcon | Gets or sets the icon that will be shown in dialog box captions. |
| CustomHelpProvider | Gets or sets an interface that integrates Help capabilities into the Vault Developer Framework. |
| CustomLogger | Gets or sets an interface that logs waypoints and commands |
| MainFont | Gets or sets the font that will be used in all dialogs and controls provided by the framework. |
| MainWindow | Gets or sets the top level window handle of the host application |
| UseLargeStatusImages | Gets or sets whether or not the vault browser control will use large or small status icons. |
Returned By
Where you get a IApplicationConfigurationService — members that return one.