LayoutInfoGetPermissionName Method |
Converts PermissionEnum to permission codename which will be checked when CheckPermission() is called.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.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