Click or drag to resize

OpenDiscoverSDK.Platform.Inventory Namespace

Helper classes to inventory files and directories. Classes InventoryDirectoriesAndFiles and InventoryDirectoriesOnly stream results in batches, allowing extremely large file servers to be inventoried.
Classes
 ClassDescription
Public classInventoryDirectoriesAndFiles Inventories the input directory and all of its sub-directories and all files contained in the directory and its sub-directories. File system metadata is returned for every directory and document (file).
Public classInventoryDirectoriesOnly Inventories the input directory and all of its sub-directories. File system metadata is returned for every directory.
Delegates
 DelegateDescription
Public delegateInventoryCompletedHandler Delegate for OnInventoryCompleted event.
Public delegateInventoryUpdateHandler Delegate for OnInventoryUpdate event.