UserPreferenceSerializeHelper members
Provides functionality to serialize the Search preferences associated with a user.
The UserPreferenceSerializeHelper type exposes the following members.
Properties
Name | Description | |
---|---|---|
CustomSettings | Gets or sets the custom settings of the Search preference for a user. | |
CustomString | Gets or sets the custom strings of the Search preference for a user. | |
QueryLanguages | Gets or sets the list of query languages picked by the user. | |
Settings | Gets or sets the settings of the Search preference for a user. | |
Version | Gets or sets the current version of the Search preference for a user. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ShouldSerializeCustomSettings | Determines whether the custom settings should be serialized. | |
ShouldSerializeCustomString | Determines whether the custom string should be serialized. | |
ShouldSerializeQueryLanguages | Determines whether the query languages should be serialized. | |
ShouldSerializeSettings | Determines whether the settings should be serialized. | |
ToString | (Inherited from Object.) |
Top