IMultiBuyDiscountBrandInfoProviderGet Method (Int32, Int32) |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax MultiBuyDiscountBrandInfo Get(
int multiBuyDiscountId,
int brandId
)
Parameters
- multiBuyDiscountId
- Type: SystemInt32
Buy X Get Y discount ID. - brandId
- Type: SystemInt32
Brand ID.
Return Value
Type:
MultiBuyDiscountBrandInfoReturns an instance of
MultiBuyDiscountBrandInfo corresponding to given identifiers or null.
See Also