SynchronousEventHandlerBaseEptContent Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets the content of the ept document as an object as Content Studio's implementation of the ICSEptContent interface.

Namespace: ContentStudio.EventActions.SynchronousEventHandlers
Assembly: SyncEvtHand (in SyncEvtHand.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public ICSEptContent EptContent { get; }

Property Value

Type: ICSEptContent
The content of the ept document as Content Studio's implementation of the ICSEptContent interface. This property returns null in no content was supplied from Content Studio or if the content does not represents an Ept document.
Remarks

Note Note
This property was added in Content Studio version 5.3

This property returns an implementation of the ICSEptContent interface that can be used to access and manipulate the Ept document fields in an object oriented way. The meta fields are not included.

Starting with Content Studio 5.3 the passed in document content can be changed by the event handler and will eventually be passed back to Content Studio when the event handler returns.
However, only a small subset of events actually can save the changed content back to Content Studio. For more detailed information about this subject see the article Creating a synchronous event handler.

See Also

Reference