ContentStudio.EventActions Namespace Content Studio 5.7 SDK
Content Studio Web Content Management System

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

This namespace contains classes for working with the server side event system in Content Studio. A server side event can be either synchronous or asynchronous and a developer can creates her own eventhandlers by implementing interfaces defined here.
Classes

  Class Description
Public class DynamicEventResult
This class is used to return results of a dynamic event scanning job performed by the Service Manager.
Public class EventAction
Contains static Event Actions values
Public class EventActionQueue
This class enables users to read and monitor the Content Studio Event Action job queue.
Public class EventActions
This class manages the interactions with the underlying Event Actions subsystem.
Public class EventListing
This static class returns list of EventActions event.
Interfaces

  Interface Description
Public interface ICSAsyncEventHandler
An interface that asynchronous event handler objects implements. The Content Studio service manager calls into the external object's implementation of this interface.
Public interface ICSContentContainer
Represents the content of a Content Studio document when used in a synchronous Event Actions event handler that implements the ICSEventHandler2 interface.
Public interface ICSCredentialsContainer
Acts as a container for the external event call user credentials.
Public interface Code example ICSEptContent
Defines methods and properties related to an EPT document content when passed in to a synchronous Event Actions event handler.
Public interface ICSEptField
Defines an EPT document field in a synchronous Event Actions event handler.
Public interface ICSEventActionsControl
An interface that the Content Studio Service Manager uses to communicate with Content Studio.
Public interface ICSEventHandler
An external event handler objects must implement this interface explicitly. Content Studio will call into this event when the event is triggered.
Public interface ICSEventHandler2
An external event handler objects must implement either this or the ICSEventHandler interface explicitly. Content Studio will call into this event when the event is triggered.
Enumerations

  Enumeration Description
Public enumeration ActionTypes
Defines the different types of event action types
Public enumeration ContentStudioEvents
Defines the events in Content Studio
Public enumeration ReOrderDirections
Indicates how an event actions item should be moved within the fire order.
Public enumeration ServiceManagerJobClasses
Returns the type of jobs that the Service Manager can perform
Public enumeration ServiceManagerJobStatusValue
Determines the status of a Service Manager job