SyncronizedEPTDocumentIsChangedField Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Determines whether the value of a field has been changed or touched in any way.

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public bool IsChangedField(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Name of the field.

Return Value

Type: Boolean
true if the field exists and its value has been changed; otherwise, false.
Remarks

A field is reported as changed as soon it is touched in any way even if the field value is updated to the same value as its current value.

Note Note
This method is new in Content Studio version 5.2
See Also

Reference