Click or drag to resize
RoleInfoProviderGetRequiredClassRolesInternal Method
Gets the DataSet of the required roles for the specified class permission.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
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: InfoDataSetRoleInfo
See Also