InventoryResultDocuments Property |
For
DirectoriesAndDocuments, this property contains all documents (files) that are contained directly in the inventoried directory and also under all sub-folders (recursively).
For
InputDirectoryDocumentsOnly this property only contains all the documents in the inventoried directory (no sub-directory documents). For all other
InventoryMode
modes this property is not set.
Namespace: OpenDiscoverSDK.Interfaces.Platform.Inventory.LegacyAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public List<Document> Documents { get; set; }Property Value
ListDocument
Remarks
See Also