ISearchDocumentAdd Method |
Adds the given field to the document
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax void Add(
string name,
string value,
bool store = true,
bool tokenize = false
)
Parameters
- name
- Type: SystemString
Field name - value
- Type: SystemString
Field value - store (Optional)
- Type: SystemBoolean
If true, the field value is stored - tokenize (Optional)
- Type: SystemBoolean
If true, the field value is tokenized
See Also