DirectoryItemDocuments Property

Child documents (files) directly contained by this DirectoryItem instance.

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 List<Document> Documents { get; set; }

Property Value

ListDocument

See Also