PublishedEvent.ActionList Class

Definition

Represents an array of actions containing the native data of the published action.

public: ref class PublishedEvent::ActionList : System::Collections::IEnumerable
public class PublishedEvent.ActionList : System.Collections.IEnumerable
type PublishedEvent.ActionList = class
    interface IEnumerable
Public Class PublishedEvent.ActionList
Implements IEnumerable
Inheritance
PublishedEvent.ActionList
Implements

Properties

Count

Gets the number of actions associated with the event.

Item[String]

Get an action from the action list by name. The actionName conforms to the format {[moduleid.packagename.] | [packagename.]}objectname.

Methods

GetEnumerator()

Returns an enumerator over the list of actions.

TryGetValue(String, PublishedAction)

Gets the value associated with the specified key.

Applies to