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