Show / Hide Table of Contents

Interface IWorkflowLogger

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

Methods

AddWorkflowLog(int, int, WorkflowLogType, string, int)

Declaration
void AddWorkflowLog(int contentItemId, int workflowId, WorkflowLogType type, string comment, int userId)
Parameters
Type Name Description
int contentItemId
int workflowId
WorkflowLogType type
string comment
int userId

AddWorkflowLog(int, int, string, string, int)

Declaration
void AddWorkflowLog(int contentItemId, int workflowId, string action, string comment, int userId)
Parameters
Type Name Description
int contentItemId
int workflowId
string action
string comment
int userId

GetWorkflowLogs(int, int)

Declaration
IEnumerable<WorkflowLog> GetWorkflowLogs(int contentItemId, int workflowId)
Parameters
Type Name Description
int contentItemId
int workflowId
Returns
Type Description
IEnumerable<WorkflowLog>

Extension Methods

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