ISearchFields Interface |
Namespace: CMS.DataEngine
public interface ISearchFields
The ISearchFields type exposes the following members.
Name | Description | |
---|---|---|
Items |
Search fields
| |
StoreValues |
Indicates if field values will be retrieved and stored in collection.
|
Name | Description | |
---|---|---|
Add |
Adds new field to collection. When field already exists, it will be updated (merged with existing one).
When adding content field with it's value multiple times, the value is appended to existing content.
| |
Get |
Returns requested field. Null when field doesn't exist.
| |
PrepareContentValue |
Prepares value to add to content field.
|
Name | Description | |
---|---|---|
AddToContentField |
Appends data to CONTENT field.
Field is created if it's not already present.
(Defined by SearchFieldsExtensions.) | |
EnsureContentField |
Ensures CONTENT field in collection.
Field is created if it's not already present.
(Defined by SearchFieldsExtensions.) |