ICSEventActionsControlSetLastRun Method (Int32, Int32, Int32, Int32) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

The Content Studio implementation of this interface enables callers to set the last run date using this interface.

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

void SetLastRun(
	int connectionId,
	int sessionId,
	int eventActionId,
	int csEvent
)

Parameters

connectionId
Type: SystemInt32
A connection id
sessionId
Type: SystemInt32
A session id
eventActionId
Type: SystemInt32
The id of the event actions definition item that triggered the event.
csEvent
Type: SystemInt32
The event type handled
See Also

Reference