PermissionNameInfoProvider GetPermissionNameInfo Method (String, String, String)Kentico 8.0 API Reference
Returns the PermissionNameInfo object by the given parameters.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

permissionName
Type: OnlineSystem String
Permission name to retrieve
resourceName
Type: OnlineSystem String
Resource name (null when Class permission)
className
Type: OnlineSystem String
Class name (null when Resource permission)

Return Value

Type: PermissionNameInfo
See Also