Enum ContentWorkflowLogType
This enum represents the possible list of WorkflowLogType.
Namespace: DotNetNuke.Entities.Content.Workflow
Assembly: DotNetNuke.dll
Syntax
public enum ContentWorkflowLogType : int
Fields
Name | Description |
---|---|
CommentProvided | This enum represents the possible list of WorkflowLogType. |
DraftCompleted | This enum represents the possible list of WorkflowLogType. |
StateCompleted | This enum represents the possible list of WorkflowLogType. |
StateDiscarded | This enum represents the possible list of WorkflowLogType. |
StateInitiated | This enum represents the possible list of WorkflowLogType. |
WorkflowApproved | This enum represents the possible list of WorkflowLogType. |
WorkflowDiscarded | This enum represents the possible list of WorkflowLogType. |
WorkflowError | This enum represents the possible list of WorkflowLogType. |
WorkflowStarted | This enum represents the possible list of WorkflowLogType. |