Class ContentWorkflowLog
Inheritance
ContentWorkflowLog
Assembly: DotNetNuke.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 7.4.0. Use IWorkflowEngine. Scheduled for removal in v10.0.0.")]
public class ContentWorkflowLog
Constructors
ContentWorkflowLog()
Declaration
public ContentWorkflowLog()
Properties
Action
Declaration
public string Action { get; set; }
Property Value
Declaration
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
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