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

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

Returns a list of all implemented Asynchronous Event actions events

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

public static string AsyncronousEventList()

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

Note Note
This method is new in Content Studio version 5.2
See Also

Reference