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

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

An interface that the Content Studio Service Manager uses to communicate with Content Studio.

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

public interface ICSEventActionsControl
Methods

  NameDescription
Public methodSetLastRun(Int32, Int32, Int32, Int32)
The Content Studio implementation of this interface enables callers to set the last run date using this interface.
Public methodSetLastRun(Int32, Int32, Int32, Int32, Boolean, EventLogEntryType, Int32, String)
The Content Studio implementation of this interface enables callers to set the last run date using this interface.
Top
Remarks

Note Note

Breaking changes between Content Studio version 5.2 and earlier versions!

This interface is no longer defined in the CSServer5 assembly, it has been moved into a separate assembly in order to prevent versioning problems for compiled code that implement them when a new version of Content Studio. Compiled event handlers needed to be recompiled after each upgrade of the product. This will no longer be required.

Also, the csEvent parameter of the SetLastRun method has been changed from an enumeration to an Int32 in order to make it possible to add more events in the future.

See Also

Reference