DiscountInfoProviderExtensionsGetBySite Method |
Namespace: CMS.Ecommerce
public static ObjectQuery<DiscountInfo> GetBySite( this IDiscountInfoProvider discountInfoProvider, int siteId, bool onlyEnabled = false )
Exception | Condition |
---|---|
ArgumentNullException | Thrown when discountInfoProvider is null. |