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

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

Parameters

id
Type: SystemInt32
BrandInfo ID.
See Also