Click or drag to resize

InventoryResultRoot Property

Root directory item result of an inventoried directory. The "root" directory is the directory inventoried.

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 DirectoryItem Root { get; set; }

Property Value

DirectoryItem
Remarks

All sub-folders and their corresponding files (documents) can be traversed from this root DirectoryItem object.

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

See Also