Click or drag to resize
BrandInfoProviderSetBrandInfo Method
Sets (updates or inserts) specified BrandInfo.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static void SetBrandInfo(
	BrandInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceBrandInfo
BrandInfo to be set.
See Also