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

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

Parameters

columnName
Type: System.String
Column name

Return Value

Type: Object

Implements

IAdvancedDataContainer.GetOriginalValue(String)
See Also