| RoleInfoProviderGetRequiredClassRolesInternal Method  | 
            Gets the DataSet of the required roles for the specified class permission.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntaxprotected 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: 
InfoDataSetRoleInfo
See Also