Class ExportWorkflowState
Inheritance
System.Object
ExportWorkflowState
Assembly: DotNetNuke.SiteExportImport.Library.dll
Syntax
public class ExportWorkflowState : BasicExportImportDto
Properties
|
Improve this Doc
View Source
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsDisposalState
Declaration
public bool IsDisposalState { 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
OnCompleteMessageBody
Declaration
public string OnCompleteMessageBody { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OnCompleteMessageSubject
Declaration
public string OnCompleteMessageSubject { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OnDiscardMessageBody
Declaration
public string OnDiscardMessageBody { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OnDiscardMessageSubject
Declaration
public string OnDiscardMessageSubject { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Order
Declaration
public int Order { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SendEmail
Declaration
public bool SendEmail { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SendMessage
Declaration
public bool SendMessage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SendNotification
Declaration
public bool SendNotification { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SendNotificationToAdministrators
Declaration
public bool SendNotificationToAdministrators { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
StateID
Declaration
public int StateID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StateName
Declaration
public string StateName { 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