RolePermissionInfoGetPermissionName Method |
Converts PermissionEnum to permission codename which will be checked when CheckPermission() is called.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax protected override string GetPermissionName(
PermissionsEnum permission
)
Parameters
- permission
- Type: CMS.DataEnginePermissionsEnum
Permission to convert to string
Return Value
Type:
StringSee Also