Click or drag to resize

InventoryResult(DirectoryItem, ListDocument) Constructor

Constructor. Reserved and used by internal code to populate this result object.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Inventory.Legacy
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public InventoryResult(
	DirectoryItem root,
	List<Document> documents
)

Parameters

root  DirectoryItem
The root directory item result.
documents  ListDocument
See the Documents property.
See Also