WorkflowEmailSender Class |
Namespace: CMS.DocumentEngine
public class WorkflowEmailSender : AbstractWorker
The WorkflowEmailSender type exposes the following members.
Name | Description | |
---|---|---|
WorkflowEmailSender |
Constructor.
|
Name | Description | |
---|---|---|
Action |
Workflow action.
| |
ApplicationUrl |
Application URL for e-mail macro resolving
| |
Comment |
Action comment.
| |
CurrentStep |
Current step.
| |
Node |
Tree node.
| |
OriginalStep |
Original step.
| |
RunInSequence |
If true, the thread is a part of the sequence and should perform the actions after the previous thread finishes.
(Inherited from AbstractWorker.) | |
User |
User.
|
Name | Description | |
---|---|---|
RaiseStop |
Raises OnStop event.
(Inherited from AbstractWorker.) | |
Run |
Runs the action.
(Overrides AbstractWorkerRun.) | |
RunAsync |
Runs the worker as a new thread.
(Inherited from AbstractWorker.) |
Name | Description | |
---|---|---|
OnStop |
Raised when worker finishes.
(Inherited from AbstractWorker.) |