ISearchDocumentAddGeneralField Method |
Adds a general-purpose field to the document, handles field conversion
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax 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