| PermissionNameInfoProviderGetPermissionNameInfo Method (String, String, String) | 
            Returns the PermissionNameInfo object by the given parameters.
            
 
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 10.0.0
 Syntax
Syntaxpublic static PermissionNameInfo GetPermissionNameInfo(
	string permissionName,
	string resourceName,
	string className
)
Parameters
- permissionName
- Type: SystemString
 Permission name to retrieve
- resourceName
- Type: SystemString
 Resource name (null when Class permission)
- className
- Type: SystemString
 Class name (null when Resource permission)
Return Value
Type: 
PermissionNameInfo See Also
See Also