Click or drag to resize
RolePermissionInfoProviderGetRolePermissionInfoInternal Method
Returns the RolePermissionInfo structure for the specified rolePermission.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
protected virtual RolePermissionInfo GetRolePermissionInfoInternal(
	int roleId,
	int permissionId
)

Parameters

roleId
Type: SystemInt32
RoleID
permissionId
Type: SystemInt32
PermissionID

Return Value

Type: RolePermissionInfo
See Also