ActionTypes Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Defines the different types of event action types

Namespace: ContentStudio.EventActions
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum ActionTypes
Members

  Member nameValueDescription
HTTP_Post0 Event actions performs an HTTP Get request.
ExecuteProgram1 Event actions executes a regular program.
HTTP_Get2 Event actions performs an HTTP Post request.
WebService3 Event actions calls a Web Service.
EventHandlerObject4 Content Studio calls syncronously a user defined component that implements the ICSEventHandler interface.
AsynEventHandlerObject5 Content Studio calls asyncronously a user defined component that implements the ICSAsyncEventHandler interface.
See Also

Reference