Skip to main content

IRuntimeDMObjects

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

NameDescription
PdfLicencePathThe file path of the PDF license file used for processing documents.
FlowMailTemplatePathThe file path of the mail template used within the workflow process.

Methods

NameDescription
RemoveByPath(path)Removes a DmObject from the runtime collection by its file path.
Get(id)Retrieves a DmObject by its unique identifier.
AddOrUpdate(obj)Adds or updates a DmObject in the runtime document management collection.
GetByPath(path)Retrieves a DmObject by its file path.
Remove(id)Removes a DmObject from the runtime collection by its unique identifier.
GetVersionIds()Retrieves a dictionary mapping document IDs to their version IDs.