SearchDocumentRemove Method |
Removes the field with specified name from the search document.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public void Remove(
string name
)
Parameters
- name
- Type: SystemString
Name of the field to remove.
See Also