| ISearchDocumentAdd Method  | 
            Adds the given field to the document
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntaxvoid 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