InventoryResult(ListString) Constructor

Constructor. Only the Documents property gets set by this constructor.

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(
	List<string> filePaths
)

Parameters

filePaths  ListString
List of file paths to inventory.

See Also