DMObjectsPathResponse
Represents a response containing a mapping of document management object IDs to their corresponding paths.
This class extends BaseResponse to provide a dictionary that maps document management object IDs to their full paths in the system. It enables efficient lookup of object paths when multiple object IDs need to be resolved.
Properties
Name | Description |
---|---|
Paths | Gets the dictionary mapping document management object IDs to their paths. |
Constructors
Name | Description |
---|---|
DMObjectsPathResponse(paths) | Initializes a new instance of the DMObjectsPathResponse class with the specified path mappings. |
DMObjectsPathResponse() | Initializes a new instance of the DMObjectsPathResponse class. |