ContentStudio.EventActions.AsynchronousEventHandlers 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 that provides functionality that facilitates the creating of Asynchronous Event handlers in Content Studio. This namespace was added in Content Studio version 5.2 SP1.
Classes

  Class Description
Public class Code example AsynchronousEventHandlerBase
Provides a base class for event handlers that handles asynchronous events in Content Studio.
Public class DocumentApproveAsyncHandler
When implemented in derived classes, represents an event handler that handles the OnDocumentApprove asynchronous event in Content Studio 5.2 SP1 and later.
Public class DocumentCheckInAsyncHandler
When implemented in derived classes, represents an event handler that handles the OnDocumentCheckIn asynchronous event in Content Studio 5.2 SP1 and later.
Public class DocumentCheckoutAsyncHandler
When implemented in derived classes, represents an event handler that handles the OnDocumentCheckout asynchronous event in Content Studio 5.2 SP1 and later.
Public class DocumentCreateAsyncHandler
When implemented in derived classes, represents an event handler that handles the OnDocumentCreate asynchronous event in Content Studio 5.2 SP1 and later.
Public class DocumentDeleteAsyncHandler
When implemented in derived classes, represents an event handler that handles the OnDocumentDelete asynchronous event in Content Studio 5.2 SP1 and later.
Public class DocumentDestroyAsyncHandler
When implemented in derived classes, represents an event handler that handles the OnDocumentDestroy asynchronous event in Content Studio 5.2 SP1 and later.
Public class DocumentExpireAsyncHandler
When implemented in derived classes, represents an event handler that handles the OnDocumentExpire asynchronous event in Content Studio 5.2 SP1 and later.
Public class DocumentPublishAsyncHandler
When implemented in derived classes, represents an event handler that handles the OnDocumentPublish asynchronous event in Content Studio 5.2 SP1 and later.
Public class DocumentRejectAsyncHandler
When implemented in derived classes, represents an event handler that handles the OnDocumentReject asynchronous event in Content Studio 5.2 SP1 and later.
Public class DocumentRevisionAsyncHandler
When implemented in derived classes, represents an event handler that handles the OnDocumentRevision asynchronous event in Content Studio 5.2 SP1 and later.
Public class DocumentSaveAsyncHandler
When implemented in derived classes, represents an event handler that handles the OnDocumentSave asynchronous event in Content Studio 5.2 SP1 and later.
Public class DocumentUnPublishAsyncHandler
When implemented in derived classes, represents an event handler that handles the OnDocumentUnpublish asynchronous event in Content Studio 5.2 SP1 and later.
Interfaces

  Interface Description
Public interface ISingleAsynchronousHandler
This interface has a set of properties that defines the value of a numeric Content Studio event. Asynchronous event handlers in Content Studio can implement this interface to indicate that their implementation is limited to handle a single event type only.