Skip to main content

SearchResponse Properties

An object defining properties for the SearchResponse class.

Items

Gets the collection of document management object search results.

Type: IEnumerable<GetDMObjectSearchResponse>

This property contains the search results as a collection of GetDMObjectSearchResponse objects. Each item in the collection represents a document that matches the search criteria, including its relevance score and highlighted matches. The property has a private setter to ensure immutability of the search results after initialization.