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


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

Syntax

Visual Basic (Declaration)
ReadOnly Property EventActions As IEventActionSet
C#
IEventActionSet EventActions { get; }
C++
property IEventActionSet EventActions abstract  {
    IEventActionSet get();
}
J#
/** property */
public IEventActionSet get_EventActions();
JScript
public function get EventActions() : IEventActionSet

Remarks

See Also