SearchIndexerCheckResultPermissions Method |
Checks the permissions for the given result document
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public virtual bool CheckResultPermissions(
SearchResults settings,
ILuceneSearchDocument currentDoc,
int index
)
Parameters
- settings
- Type: CMS.SearchSearchResults
Check permission settings - currentDoc
- Type: CMS.SearchILuceneSearchDocument
Current result document - index
- Type: SystemInt32
Current document index
Return Value
Type:
BooleanSee Also