Click or drag to resize

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.Legacy
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public List<Document> Documents { get; set; }

Property Value

ListDocument
Remarks
Each document will only have the following properties populated: Name (with extension), FilePath, Size, CreationTimeFileSystem, LastModifiedTimeFileSystem, and LastAccessTimeFileSystem.
See Also