Click or drag to resize
DocumentSearchIndexerSelectSearchDocument Method
Selects the search document based on the given ID

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public override IEnumerable<ISearchable> SelectSearchDocument(
	int documentId
)

Parameters

documentId
Type: SystemInt32
Document ID

Return Value

Type: IEnumerableISearchable
Enumeration of searchable objects or empty enumeration.
See Also