Click or drag to resize
UserSecurityHelperIsAuthorizedPerObject Method (PermissionsEnum, String, String, UserInfo, Boolean)
Checks whether the user is authorized per object with given object type and permission.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static bool IsAuthorizedPerObject(
	PermissionsEnum permission,
	string objectType,
	string siteName,
	UserInfo userInfo,
	bool exceptionOnFailure
)

Parameters

permission
Type: CMS.DataEnginePermissionsEnum
Permission to check
objectType
Type: SystemString
Object type
siteName
Type: SystemString
Site name
userInfo
Type: CMS.MembershipUserInfo
User to check
exceptionOnFailure
Type: SystemBoolean
If true, PermissionCheckException is thrown whenever a permission check fails

Return Value

Type: Boolean
See Also