InventoryResultRoot Property

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

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform.Inventory.Legacy
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
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 SubDirectories.

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

See Also