GetDMObjectsFromPathsRequest
Represents a request to retrieve document management objects from multiple specified paths.
This class encapsulates a collection of paths required to fetch document management objects from multiple locations in the system hierarchy. It inherits from BaseRequest to provide common request functionality.
Properties
Name | Description |
---|---|
Paths | Gets the list of paths from which to retrieve document management objects. |
Constructors
Name | Description |
---|---|
GetDMObjectsFromPathsRequest() | Initializes a new instance of the GetDMObjectsFromPathsRequest class. |
GetDMObjectsFromPathsRequest(paths) | Initializes a new instance of the GetDMObjectsFromPathsRequest class with the specified collection of paths. |