This entity represents a Workflow Log

Namespace: DotNetNuke.Entities.Content.Workflow.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[PrimaryKeyAttribute("WorkflowLogID")]
[TableNameAttribute("ContentWorkflowLogs")]
public class WorkflowLog
Visual Basic
<PrimaryKeyAttribute("WorkflowLogID")> 
<TableNameAttribute("ContentWorkflowLogs")> 
Public Class WorkflowLog

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities.Content.Workflow.Entities..::..WorkflowLog

See Also