Click or drag to resize
AbstractCompositeInfoTInfoDataChanged Method
Indicates whether object was changed.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public override bool DataChanged(
	string excludedColumns
)

Parameters

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

Return Value

Type: Boolean

Implements

IAdvancedDataContainerDataChanged(String)
See Also