UserInfoProviderIsAuthorizedPerClass Method (String, String, String, UserInfo, Boolean) |
Returns true if user is granted with specified permission for particular class (document type).
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static bool IsAuthorizedPerClass(
string className,
string permissionName,
string siteName,
UserInfo userInfo,
bool exceptionOnFailure
)
Parameters
- className
- Type: SystemString
Class name in format application.class - permissionName
- Type: SystemString
Permission name - siteName
- Type: SystemString
Site name for which check the permissions - userInfo
- Type: CMS.MembershipUserInfo
User info object - exceptionOnFailure
- Type: SystemBoolean
If true, PermissionCheckException is thrown whenever a permission check fails
Return Value
Type:
BooleanSee Also