MultiBuyDiscountBrandInfoProviderAddMultiBuyDiscountToBrand Method |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax public static void AddMultiBuyDiscountToBrand(
int multiBuyDiscountId,
int brandId,
bool included
)
Parameters
- multiBuyDiscountId
- Type: SystemInt32
Multi buy discount ID. - brandId
- Type: SystemInt32
Brand ID. - included
- Type: SystemBoolean
Inlude flag.
Remarks See Also