Show / Hide Table of Contents

Interface IWorkflowActionManager

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

Methods

GetWorkflowActionInstance(int, WorkflowActionTypes)

Declaration
IWorkflowAction GetWorkflowActionInstance(int contentTypeId, WorkflowActionTypes actionType)
Parameters
Type Name Description
int contentTypeId
WorkflowActionTypes actionType
Returns
Type Description
IWorkflowAction

RegisterWorkflowAction(WorkflowAction)

Declaration
void RegisterWorkflowAction(WorkflowAction workflowAction)
Parameters
Type Name Description
WorkflowAction workflowAction

Extension Methods

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