Click or drag to resize
SendNewsletterIssueAction Class
Class for Send newsletter issue action
Inheritance Hierarchy
System.Object
  CMS.WorkflowEngine.BaseWorkflowAction<BaseInfo, AutomationStateInfo, AutomationActionEnum>
    CMS.Automation.AutomationAction
      CMS.Newsletters.SendNewsletterIssueAction

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public class SendNewsletterIssueAction : AutomationAction

The SendNewsletterIssueAction type exposes the following members.

Constructors
  NameDescription
Public methodSendNewsletterIssueAction
Top
Fields
  NameDescription
Public fieldStatic memberLAST_SENT_NEWSLETTER_ISSUE_GUID_KEY
Key for element containing GUID of last sent newsletter.
Public fieldStatic memberLAST_SENT_NEWSLETTER_ISSUE_SITEID_KEY
Key for element containing Site ID of last sent newsletter.
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 propertyAutomationManager
Automation manager
(Inherited from AutomationAction.)
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>.)
Public propertyNewsletterIssue
Newsletter issue identifier.
Public propertyOriginalStep
Current step.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertyParameters
Parameters of action.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
Public propertySiteName
Site name.
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>.)
Top
Methods
  NameDescription
Public methodExecute
Executes current action
(Overrides BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.Execute().)
Protected methodGetDefaultMacroResolver
Gets the default macro resolver.
(Inherited from AutomationAction.)
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 methodRefreshObject
Refreshes object instance
(Inherited from AutomationAction.)
Top
See Also