Autodesk Vault ProfessionalVault API

IApplicationPreferencesService Interface

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

This service provides the application with the ability to persist application state between sessions.

Syntax

public interface IApplicationPreferencesService 
Public Interface IApplicationPreferencesService 

Properties

NameDescription
ProfileNameAn optional profile which bundles a set of similar preferences together

Methods

NameDescription
ClearErases all of the application preferences
GetGets the value for a boolean application preference.
Get(String,String,Boolean)Gets the value for a boolean application preference.
Get(String,String,Int32)Gets the value for an integer application preference.
Get(String,String,String)Gets the value for a string application preference.
HasCategoryGets if the application has preferences grouped by the specified category name.
LoadLoads the preferences from storage.
SaveSaves the preferences to storage.
SetSets the value of an application preference.

Returned By

Where you get a IApplicationPreferencesService — members that return one.

See Also