Click or drag to resize

InventoryLegacyInventoryDocumentList Method

Inventories a list of document paths by getting common file attributes and returning in Documents.

Namespace: OpenDiscoverSDK.Platform.Inventory.Legacy
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public static InventoryResult InventoryDocumentList(
	List<string> filePaths
)

Parameters

filePaths  ListString
A list of file paths.

Return Value

InventoryResult
An InventoryResult object that contains information of each file in the 'filePaths' argument.
See Also