| 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: 10.0.0
 Syntax
Syntaxprotected override string GetPermissionName(
	PermissionsEnum permission
)
Parameters
- permission
- Type: CMS.DataEnginePermissionsEnum
 Permission to convert to string
Return Value
Type: 
String See Also
See Also