BaseInfoGetGlobalPermissionName Method |
Returns name of the global permission name corresponding to the given permission name.
By default, "Global" + permissionName is returned.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected virtual string GetGlobalPermissionName(
string permissionName
)
Parameters
- permissionName
- Type: SystemString
Name of the original permission
Return Value
Type:
StringSee Also