Class ContentWorkflowSource
Inheritance
System.Object
ContentWorkflowSource
Assembly: DotNetNuke.dll
Syntax
public class ContentWorkflowSource : object
Properties
|
Improve this Doc
View Source
SourceId
Declaration
public int SourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SourceName
Declaration
public string SourceName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SourceType
Declaration
public string SourceType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
WorkflowId
Declaration
public int WorkflowId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods