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

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

Provides data for the EptFieldValueChangingEventHandler events.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    ContentStudio.Document.EPTEptXmlParserEventArgs
      ContentStudio.Document.EPTEptXmlParserOnBeforeEventArgs

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

public class EptXmlParserOnBeforeEventArgs : EptXmlParserEventArgs

The EptXmlParserOnBeforeEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodEptXmlParserOnBeforeEventArgs
Initializes a new instance of the EptXmlParserOnBeforeEventArgs class.
Top
Properties

  NameDescription
Public propertyCancel
Gets or sets a value indicating whether the operation taking place after the event handled by this EptXmlParserOnBeforeEventArgs should be canceled.
Public propertyCurrentFieldValue
Gets the current field value.
Public propertyFieldName
Gets the name of the field.
(Inherited from EptXmlParserEventArgs.)
Public propertyNewFieldValue
Gets the new field value.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks

This class is new in Content Studio 5.2
See Also

Reference