RoleInfoProviderGetRequiredClassRolesInternal Method |
Gets the DataSet of the required roles for the specified class permission.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax protected virtual InfoDataSet<RoleInfo> GetRequiredClassRolesInternal(
string className,
string permissionName,
string siteName
)
Parameters
- className
- Type: SystemString
Class name in format application.class - permissionName
- Type: SystemString
Permission name - siteName
- Type: SystemString
Site name
Return Value
Type:
InfoDataSetRoleInfoSee Also