Class ContentWorkflow
Inheritance
ContentWorkflow
Assembly: DotNetNuke.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 7.4.0. Use IWorkflowEngine. Scheduled for removal in v10.0.0.")]
public class ContentWorkflow
Constructors
ContentWorkflow()
Declaration
Properties
Description
Declaration
public string Description { get; set; }
Property Value
DispositionEnabled
Declaration
public bool DispositionEnabled { get; set; }
Property Value
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
PortalID
Declaration
public int PortalID { get; set; }
Property Value
StartAfterCreating
Declaration
public bool StartAfterCreating { get; set; }
Property Value
StartAfterEditing
Declaration
public bool StartAfterEditing { get; set; }
Property Value
States
Declaration
public IEnumerable<ContentWorkflowState> States { get; set; }
Property Value
WorkflowID
Declaration
public int WorkflowID { get; set; }
Property Value
WorkflowName
Declaration
public string WorkflowName { get; set; }
Property Value
Extension Methods