Click or drag to resize
ISearchDocumentAddGeneralField Method
Adds a general-purpose field to the document, handles field conversion

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
void AddGeneralField(
	string name,
	Object value,
	bool store,
	bool tokenize
)

Parameters

name
Type: SystemString
Name of new field
value
Type: SystemObject
Value of field
store
Type: SystemBoolean
Should be value stored
tokenize
Type: SystemBoolean
Should be value tokenized
See Also