Click or drag to resize
ManufacturerInfoProviderSetManufacturerInfoInternal Method
Sets (updates or inserts) specified manufacturer.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetManufacturerInfoInternal(
	ManufacturerInfo manufacturerObj
)

Parameters

manufacturerObj
Type: CMS.EcommerceManufacturerInfo
Manufacturer to be set
See Also