Click or drag to resize
ECommerceContextIsUserAuthorizedForPermission Method
Checks the specified ecommerce permission for current user.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static bool IsUserAuthorizedForPermission(
	string permissionName
)

Parameters

permissionName
Type: SystemString
Permission name to be checked

Return Value

Type: Boolean
See Also