UserInfoProviderGetRequiredResourceUsersInternal Method |
Gets the DataSet of the required users for the specified resource permission.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax protected virtual InfoDataSet<UserInfo> GetRequiredResourceUsersInternal(
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:
InfoDataSetUserInfoSee Also