InventoryResult(DirectoryItem, ListDocument) Constructor

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

Definition

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

Parameters

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

See Also