Click or drag to resize
ISearchDocumentAdd Method
Adds the given field to the document

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
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