Skip to main content

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

NameDescription
PathGets the path from which to retrieve document management objects.

Constructors

NameDescription
GetDMObjectsFromPathRequest()Initializes a new instance of the GetDMObjectsFromPathRequest class.
GetDMObjectsFromPathRequest(path)Initializes a new instance of the GetDMObjectsFromPathRequest class with the specified path.