Click or drag to resize

DirectoryResultIsEnumerated Property

Is directory item completely enumerated. This property is only set by classes InventoryDirectoriesAndFiles and InventoryDirectoriesOnly.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Inventory
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool IsEnumerated { get; set; }

Property Value

Boolean
Remarks
If true, then the directory, sub-directories, and all files have completed enumeration.
See Also