Class WorkflowLog
Assembly: DotNetNuke.dll
Syntax
[PrimaryKey("WorkflowLogID")]
[TableName("ContentWorkflowLogs")]
public class WorkflowLog
Constructors
WorkflowLog()
Declaration
Properties
Action
Declaration
[StringLength(40)]
public string Action { get; set; }
Property Value
Declaration
[StringLength(256)]
public string Comment { get; set; }
Property Value
ContentItemID
Declaration
public int ContentItemID { get; set; }
Property Value
Date
Declaration
public DateTime Date { get; set; }
Property Value
Type
Declaration
public int Type { get; set; }
Property Value
User
Declaration
public int User { get; set; }
Property Value
WorkflowID
Declaration
public int WorkflowID { get; set; }
Property Value
WorkflowLogID
Declaration
public int WorkflowLogID { get; set; }
Property Value
Extension Methods