The ISearchFields type exposes the following members.
Back to Top
Back to Top
Methods
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.
|
Properties
Name | Description | |
---|---|---|
Items |
Search fields
| |
StoreValues |
Indicates if field values will be retrieved and stored in collection.
|
See Also