IPreferencesService Interface
Provides functionality for modules and pages to store preference information.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | GetPreferencesStore(Guid) | Returns the preference store instance that is associated with the specified identifier, or creates a new empty store if a store does not already exist. |
![]() | GetPreferencesStore(Guid, PreferencesStore) | Returns the preference store instance, if one exists, that is associated with the specified identifier. |
![]() | ResetPreferencesStore(Guid) | Deletes the preference store and all the data it contains. |
![]() | Save() | Saves the preferences. |
All objects that support per-user client settings should use this service. The preference service saves default values for column sizes, check box states, and other client settings.
Show:
