DiscountInfoProviderIsUserAuthorizedToModifyDiscount Method |
Indicates if user is authorized to modify discount.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static bool IsUserAuthorizedToModifyDiscount(
string siteName,
IUserInfo user
)
Parameters
- siteName
- Type: SystemString
Site name - user
- Type: CMS.BaseIUserInfo
User to be checked
Return Value
Type:
BooleanSee Also