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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static Object GetDepartment(
	Object Id,
	string column
)

Parameters

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

Return Value

Type: Object
See Also