Click or drag to resize
ManufacturerInfoProviderGetManufacturerInfo Method (Int32)
Returns manufacturer with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ManufacturerInfo GetManufacturerInfo(
	int manufacturerId
)

Parameters

manufacturerId
Type: SystemInt32
Manufacturer ID

Return Value

Type: ManufacturerInfo
See Also