Skip to main content

GetDMObjectsFromPathsRequest Constructors

An object defining constructors for the GetDMObjectsFromPathsRequest class.

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.

Parameters:

paths (required): List<string>
The list of paths from which to retrieve document management objects.

This constructor initializes a new request to retrieve document management objects by calling the base constructor and setting the provided collection of paths to the Paths property.