Click or drag to resize
MultiBuyDiscountBrandInfoProviderSetMultiBuyDiscountBrandInfo Method

Note: This API is now obsolete.

Sets specified MultiBuyDiscountBrandInfo.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IMultiBuyDiscountBrandInfoProvider.Set(MultiBuyDiscountBrandInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - MultiBuyDiscountBrandInfo.Provider.")]
public static void SetMultiBuyDiscountBrandInfo(
	MultiBuyDiscountBrandInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceMultiBuyDiscountBrandInfo
MultiBuyDiscountBrandInfo to set.
Remarks
Seting the MultiBuyDiscountBrandInfo does not affect other existing info objects like MultiBuyDiscountSKUInfo or MultiBuyDiscountDepartmentInfo or MultiBuyDiscountCollectionInfo or MultiBuyDiscountTreeInfo This could lead to extended discount application than needed.
See Also