Click or drag to resize
SKUTreeNodeDataChanged Method (String)
Returns true if the object changed.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public override bool DataChanged(
	string excludedColumns
)

Parameters

excludedColumns
Type: SystemString
List of columns excluded from change (separated by ';')

Return Value

Type: Boolean

Implements

IAdvancedDataContainerDataChanged(String)
See Also