CSBaseWriteEvent Method (ConnectionId, String, CSEventLogSources) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Writes an event information event to the Content Studio log.

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

protected static int WriteEvent(
	ConnectionId connectionId,
	string message,
	CSEventLogSources source
)

Parameters

connectionId
Type: ContentStudioConnectionId
A unique value identifying the site. This value is written into the category field in the event log
message
Type: SystemString
The message to write
source
Type: ContentStudioCSEventLogSources
The predefined source to use.

Return Value

Type: Int32
The index of the entry written
See Also

Reference