Click or drag to resize
UserInfoIsAuthorizedPerResource Method (String, String, String, Boolean)
Returns true if given user is granted with specified permission.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public bool IsAuthorizedPerResource(
	string resourceName,
	string permissionName,
	string siteName,
	bool exceptionOnFailure
)

Parameters

resourceName
Type: SystemString
Resource name
permissionName
Type: SystemString
Permission name
siteName
Type: SystemString
Site name
exceptionOnFailure
Type: SystemBoolean
If true, PermissionCheckException is thrown whenever a permission check fails

Return Value

Type: Boolean

Implements

IUserInfoIsAuthorizedPerResource(String, String, String, Boolean)
Exceptions
ExceptionCondition
PermissionCheckExceptionThrown when permission check fail and exception is allowed by exceptionOnFailure parameter.
See Also