Skip to main content

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

NameDescription
PathsGets the list of paths from which to retrieve document management objects.

Constructors

NameDescription
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.