InventoryResult(DirectoryItem, ListDocument) Constructor |
Constructor. Reserved and used by internal code to populate this result object.
Namespace: OpenDiscoverSDK.Interfaces.Platform.Inventory.LegacyAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic InventoryResult(
DirectoryItem root,
List<Document> documents
)
Parameters
- root DirectoryItem
- The root directory item result.
- documents ListDocument
- See the Documents property.
See Also