Click or drag to resize
UserSecurityHelperGetPermissionName Method
Returns name of the permission specified by the enumeration value.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static string GetPermissionName(
	PermissionsEnum permission
)

Parameters

permission
Type: CMS.DataEnginePermissionsEnum
Enumeration value of the permission

Return Value

Type: String
See Also