Click or drag to resize

MPUtilityFindAccounts Method

Returns users or groups matching the given search text. The behavior of the search is dependant on the current authentication provider.

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static AccountChoiceItem[] FindAccounts(
	string searchText,
	AccountType accountType,
	int resultLimit,
	SPWeb web
)

Parameters

searchText
Type: SystemString
accountType
Type: Colygon.MatchPoint.Core.UserManagementAccountType
resultLimit
Type: SystemInt32
web
Type: SPWeb

Return Value

Type: AccountChoiceItem
See Also