Click or drag to resize
UserInfoProvider.GetRequiredResourceUsers 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: 11.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: System.String
Resource name
permissionName
Type: System.String
Permission name
siteName
Type: System.String
Site name
where
Type: System.String
Where condition
orderBy
Type: System.String
Order by clause
topN
Type: System.Int32
Top N items
columns
Type: System.String
List of columns to return

Return Value

Type: InfoDataSet<UserInfo>
See Also