Class WorkflowLogger
Inheritance
WorkflowLogger
Assembly: DotNetNuke.dll
Syntax
public class WorkflowLogger : ServiceLocator<IWorkflowLogger, WorkflowLogger>, IWorkflowLogger
Constructors
WorkflowLogger()
Declaration
Methods
AddWorkflowLog(int, int, WorkflowLogType, string, int)
Declaration
public void AddWorkflowLog(int contentItemId, int workflowId, WorkflowLogType type, string comment, int userId)
Parameters
AddWorkflowLog(int, int, string, string, int)
Declaration
public void AddWorkflowLog(int contentItemId, int workflowId, string action, string comment, int userId)
Parameters
GetFactory()
Declaration
protected override Func<IWorkflowLogger> GetFactory()
Returns
Overrides
GetWorkflowLogs(int, int)
Declaration
public IEnumerable<WorkflowLog> GetWorkflowLogs(int contentItemId, int workflowId)
Parameters
Type |
Name |
Description |
int |
contentItemId |
|
int |
workflowId |
|
Returns
Implements
Extension Methods