Class ContentWorkflowLog
This entity represents a Workflow Log.
Inheritance
System.Object
ContentWorkflowLog
Namespace: DotNetNuke.Entities.Content.Workflow
Assembly: DotNetNuke.dll
Syntax
public class ContentWorkflowLog : object
Properties
| Improve this Doc View SourceAction
Gets or sets action name (usually is a localized representation of the ContentWorkflowLogType).
Declaration
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Comment
Gets or sets comment.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContentItemID
Gets or sets content Item associated to the log entry.
Declaration
public int ContentItemID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Date
Gets or sets log date.
Declaration
public DateTime Date { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
User
Gets or sets user Id associated to the log.
Declaration
public int User { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WorkflowID
Gets or sets workflow associated to the log entry.
Declaration
public int WorkflowID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WorkflowLogID
Gets or sets workflow log Id.
Declaration
public int WorkflowLogID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |