Gets all logs regarding a specific workflow
Namespace: DotNetNuke.Entities.Content.WorkflowAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
IEnumerable<WorkflowLog> GetWorkflowLogs( int contentItemId, int workflowId ) |
Visual Basic |
---|
Function GetWorkflowLogs ( contentItemId As Integer, workflowId As Integer ) As IEnumerable(Of WorkflowLog) |
Parameters
- contentItemId
- Type: System..::..Int32
Content item Id related with the logs
- workflowId
- Type: System..::..Int32
Workflow Id owner of logs