SearchIndexerSelectSearchDocument Method |
Selects the search document based on the given ID
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public virtual IEnumerable<ISearchable> SelectSearchDocument(
int documentId
)
Parameters
- documentId
- Type: SystemInt32
Document ID
Return Value
Type:
IEnumerableISearchableEnumeration of searchable objects or empty enumeration.
See Also