IApplicationPreferencesService Interface
Autodesk.DataManagement.Client.Framework.Forms›Autodesk.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
| Name | Description |
|---|---|
| ProfileName | An optional profile which bundles a set of similar preferences together |
Methods
| Name | Description |
|---|---|
| Clear | Erases all of the application preferences |
| Get | Gets 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. |
| HasCategory | Gets if the application has preferences grouped by the specified category name. |
| Load | Loads the preferences from storage. |
| Save | Saves the preferences to storage. |
| Set | Sets the value of an application preference. |
Returned By
Where you get a IApplicationPreferencesService — members that return one.