| DiscountInfoProviderGetDiscountInfo Method (String, String) | 
            Returns discount with specified name.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
 Syntax
Syntaxpublic static DiscountInfo GetDiscountInfo(
	string discountName,
	string siteName
)
Parameters
- discountName
- Type: SystemString
 Discount name
- siteName
- Type: SystemString
 Site name
Return Value
Type: 
DiscountInfo See Also
See Also