Click or drag to resize
ISearchDocument Interface
Interface for the search document

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public interface ISearchDocument

The ISearchDocument type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the given field to the document
Public methodAddGeneralField
Adds a general-purpose field to the document, handles field conversion
Public methodGet
Gets the value of specified field
Public methodInit
Initializes search document.
Public methodPrepareContentValue
Prepares value to add to content field.
Public methodRemoveField
Removes field with the given name
Top
Extension Methods
  NameDescription
Public Extension MethodInsertSearchField
Inserts given search field and it's value into search document.
(Defined by SearchDocumentExtensions.)
Top
See Also