PermissionNameInfoProviderGetPermissionNameInfoInternal Method |
Returns the PermissionNameInfo object by the given parameters.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntax protected virtual PermissionNameInfo GetPermissionNameInfoInternal(
string permissionName,
string resourceName,
string className
)
Parameters
- permissionName
- Type: SystemString
Permission name to retrieve - resourceName
- Type: SystemString
Resource name (null when Class permission) - className
- Type: SystemString
Class name (null when Resource permission)
Return Value
Type:
PermissionNameInfoSee Also