IUserInfoFilterSearchResults Method |
Filters the user search results
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax 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