Click or drag to resize
BrandInfoProviderDeleteBrandInfo Method (BrandInfo)
Deletes specified BrandInfo.

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

Parameters

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