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