ICSContentContainer Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Represents the content of a Content Studio document when used in a synchronous Event Actions event handler that implements the ICSEventHandler2 interface.

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

public interface ICSContentContainer

The ICSContentContainer type exposes the following members.

Properties

  NameDescription
Public propertyContent
Gets or sets the content of a Content Studio document. This represent the textual content of a regular Content Studio document or a Content Studio EPT-document.
Public propertyContentBinary
Gets or sets the content of a binary (uploaded) Content Studio document.
Public propertyEptContent
Gets or sets the content of an EPT-document as the Content Studio implementation of a ICSEptContent.
Public propertyReturnedPropertyCollection
Gets a collection of property names/value items that the event handler implementer needs to make available to Content Studio server after that the event handler has executed.
Top
Remarks

Note Note
This interface was added in Content Studio version 5.3.
See Also

Reference

Other Resources