This entity represents a Workflow Log
Namespace: DotNetNuke.Entities.Content.Workflow.EntitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[SerializableAttribute] [PrimaryKeyAttribute("WorkflowLogID")] [TableNameAttribute("ContentWorkflowLogs")] public class WorkflowLog |
Visual Basic |
---|
<SerializableAttribute> <PrimaryKeyAttribute("WorkflowLogID")> <TableNameAttribute("ContentWorkflowLogs")> Public Class WorkflowLog |