IPreferencesService Interface

 

Provides functionality for modules and pages to store preference information.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

public interface IPreferencesService

NameDescription
System_CAPS_pubmethodGetPreferencesStore(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.

System_CAPS_pubmethodGetPreferencesStore(Guid, PreferencesStore)

Returns the preference store instance, if one exists, that is associated with the specified identifier.

System_CAPS_pubmethodResetPreferencesStore(Guid)

Deletes the preference store and all the data it contains.

System_CAPS_pubmethodSave()

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.

Return to top
Show: