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

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public 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

Implements

IUserInfoFilterSearchResults(ListString, ListString, Boolean)
See Also