SearchIndexerSelectSearchDocument Method |
Selects the search document based on the given ID
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax protected virtual IEnumerable<ISearchable> SelectSearchDocument(
int documentId
)
Parameters
- documentId
- Type: SystemInt32
Document ID
Return Value
Type:
IEnumerableISearchableSee Also