Interface IWorkflowLogger
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
AddWorkflowLog(int, int, string, string, int)
Declaration
void AddWorkflowLog(int contentItemId, int workflowId, string action, string comment, int userId)
Parameters
GetWorkflowLogs(int, int)
Declaration
IEnumerable<WorkflowLog> GetWorkflowLogs(int contentItemId, int workflowId)
Parameters
Type |
Name |
Description |
int |
contentItemId |
|
int |
workflowId |
|
Returns
Extension Methods