Click or drag to resize
SearchIndexer.SelectSearchDocument Method
Selects the search document based on the given ID

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntax
C#
public virtual IEnumerable<ISearchable> SelectSearchDocument(
	int documentId
)

Parameters

documentId
Type: System.Int32
Document ID

Return Value

Type: IEnumerable<ISearchable>
Enumeration of searchable objects or empty enumeration.
See Also