Click or drag to resize
PermissionNameInfoProvider.GetPermissionNameInfoForResourceInternal Method
Returns the permission name info object for the resource.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntax
C#
protected virtual PermissionNameInfo GetPermissionNameInfoForResourceInternal(
	string resourceName,
	string permissionName,
	string siteName
)

Parameters

resourceName
Type: System.String
Name of the resource which permission depends to
permissionName
Type: System.String
Name of the permission to retrieve
siteName
Type: System.String
Site which the permission depends to

Return Value

Type: PermissionNameInfo
See Also