Click or drag to resize
BaseInfoGetGlobalPermissionName Method
Returns name of the global permission name corresponding to the given permission name. By default, "Global" + permissionName is returned.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual string GetGlobalPermissionName(
	string permissionName
)

Parameters

permissionName
Type: SystemString
Name of the original permission

Return Value

Type: String
See Also