A collection of the EventAction objects associated with an ObjectStore object.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property EventActions As IEventActionSet
C#
IEventActionSet EventActions { get; }
Visual C++
property IEventActionSet^ EventActions {
	IEventActionSet^ get ();
}
JavaScript
function get_eventActions();

ToggleRemarks

ToggleSee Also