Click or drag to resize

DirectoryItemDocuments Property

Child documents directly contained by this directory.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Inventory.Legacy
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public List<Document> Documents { get; set; }

Property Value

ListDocument
See Also