IWorkflowLogEntries Method
|
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: 10.3.169
Syntax IEnumerable<IWorkflowLogEntry> LogEntries()
Function LogEntries As IEnumerable(Of IWorkflowLogEntry)
IEnumerable<IWorkflowLogEntry^>^ LogEntries()
abstract LogEntries : unit -> IEnumerable<IWorkflowLogEntry>
Return Value
Type:
IEnumerableIWorkflowLogEntryCollection 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