Click or drag to resize
SearchIndexerCheckResultPermissions Method
Checks the permissions for the given result document

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public virtual bool CheckResultPermissions(
	SearchResults settings,
	ISearchDocument currentDoc,
	int index
)

Parameters

settings
Type: CMS.SearchSearchResults
Check permission settings
currentDoc
Type: CMS.DataEngineISearchDocument
Current result document
index
Type: SystemInt32
Current document index

Return Value

Type: Boolean
See Also