| RoleInfoProviderGetRequiredClassRoles Method | 
            Gets the DataSet of the required roles for the specified class permission.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxpublic static InfoDataSet<RoleInfo> GetRequiredClassRoles(
	string className,
	string permissionName,
	string siteName
)
Parameters
- className
- Type: SystemString
 Class name
- permissionName
- Type: SystemString
 Permission name
- siteName
- Type: SystemString
 Site name
Return Value
Type: 
InfoDataSetRoleInfo See Also
See Also