Show / Hide Table of Contents

Interface IWorkflowAction

Namespace: DotNetNuke.Entities.Content.Workflow.Actions
Assembly: DotNetNuke.dll
Syntax
public interface IWorkflowAction

Methods

DoActionOnStateChanged(StateTransaction)

Declaration
void DoActionOnStateChanged(StateTransaction stateTransaction)
Parameters
Type Name Description
StateTransaction stateTransaction

DoActionOnStateChanging(StateTransaction)

Declaration
void DoActionOnStateChanging(StateTransaction stateTransaction)
Parameters
Type Name Description
StateTransaction stateTransaction

GetActionMessage(StateTransaction, WorkflowState)

Declaration
ActionMessage GetActionMessage(StateTransaction stateTransaction, WorkflowState currentState)
Parameters
Type Name Description
StateTransaction stateTransaction
WorkflowState currentState
Returns
Type Description
ActionMessage

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS