ISearchFields Interface |
Namespace: CMS.DataEngine
public interface ISearchFields
The ISearchFields type exposes the following members.
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 | |
---|---|---|
Items |
Search fields
| |
StoreValues |
Indicates if field values will be retrieved and stored in collection.
|