Inventory ResultDocuments 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.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform.Inventory.Legacy
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public List<Document> Documents { get; set; }Property Value
ListDocumentRemarks
Each document will only have the following properties populated: Name (with extension), FilePath, Size,
CreationTimeFileSystem, LastModifiedTimeFileSystem, and LastAccessTimeFileSystem.