UserPreference Members
Include Protected Members
Include Inherited Members
Provides methods to access the Search user preference.
The UserPreference type exposes the following members.
Properties
Name | Description | |
---|---|---|
CustomString | Gets or sets the custom string of the UserPreference. | |
QueryLanguages | Gets or sets the query languages for the preference picked by the user. |
Top
Methods
Name | Description | |
---|---|---|
DisableCustomSetting | Disables the custom setting of the Search user preference. | |
DisableSetting | Disables a user Search preference. | |
EnableCustomSetting | Enables the custom setting of the user Search preferences. | |
EnableSetting | Enables a user Search preference. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetUserPreference() | Retrieves the Search user preference information. | |
GetUserPreference(Boolean) | Retrieves the Search user preference information. | |
GetUserPreference(Boolean, SPWeb) | Retrieves the Search user preference information. | |
IsCustomSettingEnabled | Determines whether the custom setting of the Search user preference is enabled. | |
IsSettingEnabled | Determines whether a user preference is enabled. | |
MemberwiseClone | (Inherited from Object.) | |
SetUserPreference(UserPreference) | Stores the Search user preference information to the Search administration database. | |
SetUserPreference(UserPreference, SPWeb) | Stores the Search user preference information to the Search administration database. | |
ToString | (Inherited from Object.) |
Top