FlowDeleteDocument
Represents a workflow step for deleting documents in the system.
Properties
| Name | Description |
|---|---|
| Caption | The caption dictionary representing localized captions for the flow object. |
| Key | A unique identifier for the workflow step. |
| Name | Name for the workflow step. |
| WorkflowCodeInstance | The workflow code instance associated with the flow object. |
| Documents | Represents the list of documents to be deleted. |
| CachedDMObjects | The cached document management objects related to the flow object. |
| TypeCode | The type code associated with the flow object. |
Constructors
| Name | Description |
|---|---|
| FlowDeleteDocument(name, workflowData, workflowCodeInstance) | Constructor for the FlowDeleteDocument class. Initializes a new instance of the FlowDeleteDocument class. |
| FlowDeleteDocument(name, workflowData, workflowCodeInstance) | Initializes a new instance of the FlowDeleteDocument class. |
Methods
| Name | Description |
|---|---|
| DeleteDocument(flowDocument) | Deletes a specific document. |
| Initialize() | Initializes the current workflow step. |
| DeleteDocuments() | Deletes the documents specified in the Documents list. |
Events
| Name | Description |
|---|---|
| OnAfterExecution(sender, args) | Occurs after the execution of the workflow step. |
| OnBeforeExecution(sender, args) | Occurs before the execution of the workflow step. |