IWorkflowLogEntries Method Ingeniux CMS Content Store API

Returns the collection of Log entries on this workflow. These logs entries record the history of Workflow Transitions.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IEnumerable<IWorkflowLogEntry> LogEntries()

Return Value

Type: IEnumerableIWorkflowLogEntry
Collection of workflow log entries.
Remarks

If a workflow is removed (page is removed from workflow), the log entries will not be removed. This leaves a history of a workflow that no longer exists, but it does provide the history of the page as it goes in and out of workflows.
See Also

Reference