Click or drag to resize
PermissionNameInfoProviderGetPermissionNameInfoForClassInternal Method
Returns the permission name info object for the class.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
protected virtual PermissionNameInfo GetPermissionNameInfoForClassInternal(
	string className,
	string permissionName,
	string siteName
)

Parameters

className
Type: SystemString
Name of the class 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: PermissionNameInfo
See Also