EventActions Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

This class manages the interactions with the underlying Event Actions subsystem.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.EventActionsEventActions

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

public sealed class EventActions : CSBase, 
	ICSEventActionsControl

The EventActions type exposes the following members.

Constructors

  NameDescription
Public methodEventActions
Initializes a new instance of the EventActions class
Top
Methods

  NameDescription
Public methodCreate(ConnectionId, SessionId, String, Int32, String)
Crates a new Event Actions item.
Public methodCreate(ConnectionId, SessionId, CategoryId, ContentStudioEvents, String, ActionTypes, String, Boolean, Int32, String, Boolean)
Saves an Event Actions item.
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodDelete(ConnectionId, SessionId, Int32)
Deletes an Event actions item.
Public methodDelete(ConnectionId, SessionId, String, Int32, String)
Deletes an Event actions item.
Public methodEnable
Disables or enables an item for execution. By default an item always is disabled.
Public methodEquals (Inherited from Object.)
Public methodEventList Obsolete.
Gets a list of available Event actions events
Public methodGetHashCode (Inherited from Object.)
Public methodGetItem(ConnectionId, SessionId, Int32)
Gets details about an Event actions item.
Public methodGetItem(ConnectionId, SessionId, String, Int32, String)
Gets details about an Event actions item.
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetList(ConnectionId, SessionId, CategoryId)
Returns a list of event action definitions for a certain category. The list is returned in execute order.
Public methodGetList(ConnectionId, SessionId, String, Int32, String)
Returns a list of events for a certain category that is implemented. The list is stored in execute order.
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodItemReOrder(ConnectionId, SessionId, Int32, ReOrderDirections)
Moves an item in the execute order.
Public methodItemReOrder(ConnectionId, SessionId, String, Int32, String)
Moves an item in the execute order.
Public methodSave(ConnectionId, SessionId, String, Int32, String)
Saves an Event Actions item.
Public methodSave(ConnectionId, SessionId, Int32, ContentStudioEvents, String, ActionTypes, String, Boolean, Int32, String, Boolean)
Saves an Event Actions item.
Public methodSetCredentials(ConnectionId, SessionId, Int32, String, String)
Saves the user name and password an Event actions item. These credentials can be used by the Event actions execution engine if requested. The password is stored in an encrypted form in the database.
Public methodSetCredentials(ConnectionId, SessionId, String, Int32, String)
Saves the user name and password an Event actions item. These credentials can be used by the Event actions execution engine if requested. The password is stored in an encrypted form in the database.
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberMAX_COMMAND_SIZE
Defines the maximum size of an Event Actions command.
Public fieldStatic memberMAX_MONIKER_SIZE
The maximum size of an event actions moniker.
Public fieldStatic memberMAX_NAME_SIZE
Defines the maximum size of the name of an Event Actions item.
Public fieldStatic memberMAX_PASSWORD_SIZE
Defines the maximum size of the password of an Event Actions item credentials.
Public fieldStatic memberMAX_USERNAME_SIZE
Defines the maximum size of the user name of an Event Actions item credentials.
Top
See Also

Reference