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

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

Gets or sets the content of the affected Content Studio document.

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

public Object Content { get; protected set; }

Property Value

Type: Object
The content of the Content Studio document. This property returns null in no content was supplied from Content Studio or if the content represents a binary (uploaded) document.
Remarks

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.

Note Note
You cannot use this property to change the content of an Ept document, instead use the EptContent
See Also

Reference