Click or drag to resize
SearchDocumentRemove Method
Removes the field with specified name from the search document.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public void Remove(
	string name
)

Parameters

name
Type: SystemString
Name of the field to remove.
See Also