DirectoryResultIsEnumerated Property |
Is directory item completely enumerated. This property is only set by classes InventoryDirectoriesAndFiles and
InventoryDirectoriesOnly.
Namespace: OpenDiscoverSDK.Interfaces.Platform.InventoryAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[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