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

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

Parameters

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

Return Value

Type: Boolean
See Also