Click or drag to resize
RolePermissionInfoProviderGet Method (Int32, Int32)
Gets an instance of the RolePermissionInfo binding structure.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
public virtual RolePermissionInfo Get(
	int roleId,
	int permissionId
)

Parameters

roleId
Type: SystemInt32
Role ID.
permissionId
Type: SystemInt32
Permission ID.

Return Value

Type: RolePermissionInfo
Returns an instance of RolePermissionInfo corresponding to given identifiers or null.

Implements

IRolePermissionInfoProviderGet(Int32, Int32)
See Also