PermissionNameInfoProviderGetPermissionNameInfoForClass Method |
Returns the permission name info object for the class.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntax public static PermissionNameInfo GetPermissionNameInfoForClass(
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:
PermissionNameInfoSee Also