Click or drag to resize
IUserInfoFilterSearchResults Method
Filters the user search results

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
void FilterSearchResults(
	List<string> inRoles,
	List<string> notInRoles,
	ref bool addToIndex
)

Parameters

inRoles
Type: System.Collections.GenericListString
List of roles in which the user should be
notInRoles
Type: System.Collections.GenericListString
List of roles in which the user should not be
addToIndex
Type: SystemBoolean
Flag if the results should be added to the index
See Also