Click or drag to resize
EventLogHelperGetChangedFieldsInternal Method
Gets the list of changed fields in the given object.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetChangedFieldsInternal(
	IAdvancedDataContainer dc
)

Parameters

dc
Type: CMS.BaseIAdvancedDataContainer
DataClass object

Return Value

Type: String
See Also