Class NSWorkflowEvent
Carrier object for WorkflowEvent.
Syntax
Constructors
NSWorkflowEvent()
Initializes a new instance of the NSWorkflowEvent class.
Declaration
NSWorkflowEvent
Methods
GetAttributes()
Gets the workflow event type
Declaration
NSWorkflowEventType GetAttributes()
Returns
Type | Description |
---|---|
String | Get event info |
GetEventType()
Gets the workflow event type
Declaration
NSWorkflowEventType GetEventType()
Returns
Type | Description |
---|---|
NSWorkflowEventType | Get workflow event type |
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 |
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 |