Class ExportWorkflow
Inheritance
System.Object
ExportWorkflow
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportWorkflow : BasicExportImportDto
Properties
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DispositionEnabled
Declaration
public bool DispositionEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsDefault
Declaration
public bool IsDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSystem
Declaration
public bool IsSystem { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
StartAfterCreating
Declaration
public bool StartAfterCreating { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
StartAfterEditing
Declaration
public bool StartAfterEditing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
WorkflowID
Declaration
public int WorkflowID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WorkflowKey
Declaration
public string WorkflowKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
WorkflowName
Declaration
public string WorkflowName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods