Class ContentWorkflowSource
Inheritance
ContentWorkflowSource
Assembly: DotNetNuke.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 7.4.0. Use IWorkflowEngine. Scheduled for removal in v10.0.0.")]
public class ContentWorkflowSource
Constructors
ContentWorkflowSource()
Declaration
public ContentWorkflowSource()
Properties
SourceId
Declaration
public int SourceId { get; set; }
Property Value
SourceName
Declaration
public string SourceName { get; set; }
Property Value
SourceType
Declaration
public string SourceType { get; set; }
Property Value
WorkflowId
Declaration
public int WorkflowId { get; set; }
Property Value
Extension Methods