EptXmlParserOnBeforeEventArgs Constructor Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Initializes a new instance of the EptXmlParserOnBeforeEventArgs class.

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

public EptXmlParserOnBeforeEventArgs(
	string fieldName,
	string newFieldValue,
	string currentFieldValue
)

Parameters

fieldName
Type: SystemString
Name of the field that is about to change.
newFieldValue
Type: SystemString
The new value that is about to be applied on the field.
currentFieldValue
Type: SystemString
The current value of the field that is about to be changed. This parameter can be null if no value exists.
See Also

Reference