EventActionsEventList Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Note: This API is now obsolete.

Gets a list of available Event actions events

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

[ObsoleteAttribute("The EventList method of the EventActions class is outdated. Use methods of the EventListing static class instead")]
public string EventList()

Return Value

Type: String
Xml syntax:

<root>
  <events>
    <event name="name" id="id" />
    <!-- more events follows -->
  </events>
</root>
ValueDescription
name attributeString: The name of the event; e.g. OnDocumentApprove.
id attributeInteger: The internal identifier of the event
Remarks

This list is the same as the ContentStudioEvents members.
See Also

Reference