Click or drag to resize
NotificationEmailsAction Class
Class representing action to send workflow notification e-mails.
Inheritance Hierarchy
System.Object
  CMS.WorkflowEngine.BaseWorkflowAction<TreeNode, BaseInfo, WorkflowActionEnum>
    CMS.DocumentEngine.DocumentWorkflowAction
      CMS.DocumentEngine.NotificationEmailsAction

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public class NotificationEmailsAction : DocumentWorkflowAction

The NotificationEmailsAction type exposes the following members.

Constructors
  NameDescription
Public methodNotificationEmailsAction
Top
Properties
  NameDescription
Public propertyActionDefinition
Action definition.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyActionStep
Current step.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyArguments
Action arguments
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyComment
Comment used when action moves to next step.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyInfoObject
Current info object.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyInitialStep
Current step.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyMacroResolver
Macro resolver for action.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyManager
Manager.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Protected propertyNode
Current document.
(Inherited from DocumentWorkflowAction.)
Public propertyOriginalStep
Current step.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyParameters
Parameters of action.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyStateObject
Current state object.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyUser
User running action.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyWorkflow
Current workflow.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Protected propertyWorkflowManager
Workflow manager
(Inherited from DocumentWorkflowAction.)
Top
Methods
  NameDescription
Public methodExecute
Executes action
(Overrides BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.Execute().)
Protected methodGetDefaultMacroResolver
Prepares macro resolver for usage.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Protected methodGetResolvedParameter<ReturnType>
Gets resolved value of parameter.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public methodLogMessage
Logs message to event log.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public methodProcess
Processes action.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Protected methodRefreshNode
Refreshes node instance
(Inherited from DocumentWorkflowAction.)
Top
See Also