DMObjectsPathResponse Properties
An object defining properties for the DMObjectsPathResponse class.
Paths
Gets the dictionary mapping document management object IDs to their paths.
Type: Dictionary<long, string>
This property contains a dictionary where the keys are document management object IDs (long) and the values are the corresponding full paths (string) in the system. The property has a private setter to ensure immutability of the path mappings after initialization.