Click or drag to resize
PermissionNameInfoProviderGetPermissionNameInfo Method (Int32)
Returns the permission name info object.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public static PermissionNameInfo GetPermissionNameInfo(
	int permissionId
)

Parameters

permissionId
Type: SystemInt32
Id of the permission to retrieve

Return Value

Type: PermissionNameInfo
See Also