Click or drag to resize

InventoryLegacy Class

Legacy directiory and file inventory that is only suitable for testing and for 'small' file systems because it stores all the directory and file information in memory.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Platform.Inventory.LegacyInventoryLegacy

Namespace: OpenDiscoverSDK.Platform.Inventory.Legacy
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax
C#
public class InventoryLegacy

The InventoryLegacy type exposes the following members.

Constructors
 NameDescription
Public methodInventoryLegacyInitializes a new instance of the InventoryLegacy class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberInventoryDirectory For a given directory path (folder), very quickly discovers all sub-directories and all files (documents) under this path.
Public methodStatic memberInventoryDocumentList Inventories a list of document paths by getting common file attributes and returning in Documents.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also