Class NSWorkflowEvent

Carrier object for WorkflowEvent.

Constructors

NSWorkflowEvent()

Initializes a new instance of the NSWorkflowEvent class.

Declaration

NSWorkflowEvent

Methods

GetEventType()

Gets the workflow event type

Declaration

NSWorkflowEventType GetEventType()

Returns

Type Description
NSWorkflowEventType Get workflow event type

SetEventType(NSWorkflowEventType)

Sets the primary key (ID) for the EmailFlow.

Declaration

Void SetEventType(NSWorkflowEventType eventType)

Parameters

Type Name Description
NSWorkflowEventType eventType The workflow event type to set.

Returns

Type Description
Void

GetAttributes()

Gets the workflow event type

Declaration

NSWorkflowEventType GetAttributes()

Returns

Type Description
String Get event info

SetAttributes(String)

Sets the primary key (ID) for the EmailFlow.

Declaration

Void SetAttributes(String attributes)

Parameters

Type Name Description
String eventType The attributes to set.

Returns

Type Description
Void