IPreferencesService Interface

Definition

Provides functionality for modules and pages to store preference information.

public interface class IPreferencesService
public interface IPreferencesService
type IPreferencesService = interface
Public Interface IPreferencesService

Remarks

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.

Methods

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.

Applies to