The IRuntimeDMObjects interface provides methods and properties for managing document management objects during workflow runtime, including retrieving, updating, and removing objects by ID or path.
Properties
| Name | Description |
|---|
| PdfLicencePath | The file path of the PDF license file used for processing documents. |
| FlowMailTemplatePath | The file path of the mail template used within the workflow process. |
Methods
| Name | Description |
|---|
| AddOrUpdate(obj) | Adds or updates a DmObject in the runtime document management collection. |
| Remove(id) | Removes a DmObject from the runtime collection by its unique identifier. |
| RemoveByPath(path) | Removes a DmObject from the runtime collection by its file path. |
| Get(id) | Retrieves a DmObject by its unique identifier. |
| GetVersionIds() | Retrieves a dictionary mapping document IDs to their version IDs. |
| GetByPath(path) | Retrieves a DmObject by its file path. |