Click or drag to resize
EcommerceTransformationFunctionsGetManufacturer Method
Gets object from the specified column of the manufacturer with specific ID.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static Object GetManufacturer(
	Object Id,
	string column
)

Parameters

Id
Type: SystemObject
Manufacturer ID
column
Type: SystemString
Column name

Return Value

Type: Object
See Also