InventoryLegacyInventoryDocumentList Method |
Inventories a list of document paths by getting common file attributes and returning in
Documents.
Namespace: OpenDiscoverSDK.Platform.Inventory.LegacyAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic static InventoryResult InventoryDocumentList(
List<string> filePaths
)
Parameters
- filePaths ListString
- A list of file paths.
Return Value
InventoryResultAn
InventoryResult object that contains information of each file in the 'filePaths' argument.
See Also