PermissionNameInfoProviderGetPermissionNameInfoForResourceInternal Method |
Returns the permission name info object for the resource.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
Syntax protected virtual PermissionNameInfo GetPermissionNameInfoForResourceInternal(
string resourceName,
string permissionName,
string siteName
)
Parameters
- resourceName
- Type: SystemString
Name of the resource which permission depends to - permissionName
- Type: SystemString
Name of the permission to retrieve - siteName
- Type: SystemString
Site which the permission depends to
Return Value
Type:
PermissionNameInfoSee Also