Gets all logs regarding a specific workflow

Namespace: DotNetNuke.Entities.Content.Workflow
Assembly: 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

Return Value

returnsM:DotNetNuke.Entities.Content.Workflow.IWorkflowLogger.GetWorkflowLogs(System.Int32,System.Int32)

See Also