Click or drag to resize
SearchResultItemSearchDocument Property
Gets or sets the source search document of this result item.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
public ILuceneSearchDocument SearchDocument { get; set; }

Property Value

Type: ILuceneSearchDocument
See Also