SearchResponse
Represents a response containing a collection of document management object search results.
This class extends BaseResponse to provide a container for search results in the document management system. It encapsulates a collection of GetDMObjectSearchResponse items, each representing a matched document with its search-specific information. The response is marked for encryption checking to ensure secure transmission of search results.
Properties
| Name | Description |
|---|---|
| Items | Gets the collection of document management object search results. |
Constructors
| Name | Description |
|---|---|
| SearchResponse() | Initializes a new instance of the SearchResponse class. |
| SearchResponse(items) | Initializes a new instance of the SearchResponse class with the specified collection of search results. |