DMObjectsPathResponse Constructors
An object defining constructors for the DMObjectsPathResponse class.
DMObjectsPathResponse(paths)
Initializes a new instance of the DMObjectsPathResponse class with the specified path mappings.
Parameters:
paths (required): Dictionary<long, string>
A dictionary containing document management object IDs as keys and their corresponding paths as values.
This constructor creates a new DMObjectsPathResponse instance by initializing the Paths property with the provided dictionary of object ID to path mappings.
DMObjectsPathResponse()
Initializes a new instance of the DMObjectsPathResponse
class.