IUserInfoIsAuthorizedPerClassName Method |
Checks whether the user is authorized for given class name and permission, returns true if so.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax bool IsAuthorizedPerClassName(
string className,
string permissionName,
string siteName
)
Parameters
- className
- Type: SystemString
Class name - permissionName
- Type: SystemString
Permission name to check - siteName
- Type: SystemString
Site name
Return Value
Type:
BooleanSee Also