Click or drag to resize
ContactAutomationAction Methods

The ContactAutomationAction type exposes the following members.

Methods
  NameDescription
Public methodCode exampleExecute
Executes action. You can use parameters to allow users to modify the behavior.
(Inherited from BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.)
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