Click or drag to resize
IAdvancedDataContainerDataChanged Method
Returns true if the object changed.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
bool DataChanged(
	string excludedColumns
)

Parameters

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

Return Value

Type: Boolean
See Also