Click or drag to resize
TreeSecurityProviderFilterSearchResults Method
Returns 1 if current iDocument should be added to the filtered results, returns 2 if current document should be added but position should be decreased

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static int FilterSearchResults(
	SearchResults settings,
	ISearchDocument doc,
	int position
)

Parameters

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

Return Value

Type: Int32
See Also