Click or drag to resize
SKUTreeNodeGetOriginalValue Method
Gets the original value of the given column.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public override Object GetOriginalValue(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Object

Implements

IAdvancedDataContainerGetOriginalValue(String)
See Also