Click or drag to resize
SupplierInfoProviderGetSupplierInfo Method (String, String)
Returns suppliers with specified code name.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static SupplierInfo GetSupplierInfo(
	string supplierName,
	string siteName
)

Parameters

supplierName
Type: SystemString
Supplier code name
siteName
Type: SystemString
Supplier site name

Return Value

Type: SupplierInfo
See Also