Click or drag to resize
UserInfoProviderGetRequiredResourceUsers Method (String, String, String, String, String, Int32, String)
Gets the DataSet of the required users for the specified resource permission.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<UserInfo> GetRequiredResourceUsers(
	string resourceName,
	string permissionName,
	string siteName,
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

resourceName
Type: SystemString
Resource name
permissionName
Type: SystemString
Permission name
siteName
Type: SystemString
Site name
where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by clause
topN
Type: SystemInt32
Top N items
columns
Type: SystemString
List of columns to return

Return Value

Type: InfoDataSetUserInfo
See Also