Click or drag to resize
ContactStatusAction Class
Class for Set contact status action.
Inheritance Hierarchy
System.Object
  CMS.WorkflowEngine.BaseWorkflowAction<BaseInfo, AutomationStateInfo, AutomationActionEnum>
    CMS.Automation.AutomationAction
      CMS.ContactManagement.ContactAutomationAction
        CMS.ContactManagement.ContactStatusAction

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
public class ContactStatusAction : ContactAutomationAction

The ContactStatusAction type exposes the following members.

Constructors
  NameDescription
Public methodContactStatusAction
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 propertyContact
Gets current Contact object.
(Inherited from ContactAutomationAction.)
Protected propertyContactStatus
Gets selected status
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 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>.)
Top
Methods
  NameDescription
Public methodExecute
Executes 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