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

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

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

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

public interface ISingleSynchronousHandler

The ISingleSynchronousHandler type exposes the following members.

Properties

  NameDescription
Public propertyEventIdentifier
Gets the numeric identifier of the event allowed.
Public propertyEventName
Gets the name of the event.
Top
See Also

Reference