Class WorkflowStatusChangeHistoryItemInfo
Encapsulates history information related to the workflow change operations.
Syntax
public class WorkflowStatusChangeHistoryItemInfo : DocumentHistoryItemInfo
Fields
NewWorkflowStatus
The new workflow status of the document.
Declaration
public WorkflowStatus NewWorkflowStatus
Type
WorkflowStatusOldWorkflowStatus
The old workflow status of the document.
Declaration
public WorkflowStatus OldWorkflowStatus