UserSearchIndexerCheckResultPermissions Method |
Checks the permissions for the given result document
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public override 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