Click or drag to resize
BrandInfoProviderGetBrandInfo Method (String, String)
Returns BrandInfo with specified name.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static BrandInfo GetBrandInfo(
	string name,
	string siteName
)

Parameters

name
Type: SystemString
BrandInfo name.
siteName
Type: SystemString
Site name.

Return Value

Type: BrandInfo
See Also