DirectoryItemMembers Property

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

Definition

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

Property Value

IEnumerableObject

Remarks

Useful for tree view binding.

See Also