GetDMObjectsFromPathRequest
Represents a request to retrieve document management objects from a specified path.
This class encapsulates the path parameter required to fetch document management objects from a specific location in the system hierarchy. It inherits from BaseRequest to provide common request functionality.
Properties
| Name | Description |
|---|---|
| Path | Gets the path from which to retrieve document management objects. |
Constructors
| Name | Description |
|---|---|
| GetDMObjectsFromPathRequest() | Initializes a new instance of the GetDMObjectsFromPathRequest class. |
| GetDMObjectsFromPathRequest(path) | Initializes a new instance of the GetDMObjectsFromPathRequest class with the specified path. |