Click or drag to resize

DirectoryItemMembers Property

Returns the sub-directory items of this instance first and then the document items of this instance.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Inventory.Legacy
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public IEnumerable<Object> Members { get; }

Property Value

IEnumerableObject
Remarks
Useful for tree view binding.
See Also