Click or drag to resize

InventoryResult Class

Contains the results of an inventoried directory InventoryLegacy.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.Platform.Inventory.LegacyInventoryResult

Namespace: OpenDiscoverSDK.Interfaces.Platform.Inventory.Legacy
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class InventoryResult

The InventoryResult type exposes the following members.

Constructors
 NameDescription
Public methodInventoryResult Default constructor.
Public methodInventoryResult(ListString) Constructor. Only the Documents property gets set by this constructor.
Public methodInventoryResult(DirectoryItem, ListDocument) Constructor. Reserved and used by internal code to populate this result object.
Top
Properties
 NameDescription
Public propertyDocuments For DirectoriesAndDocuments, this property contains all documents (files) that are contained directly in the inventoried directory and also under all sub-folders (recursively). For InputDirectoryDocumentsOnly this property only contains all the documents in the inventoried directory (no sub-directory documents). For all other InventoryMode modes this property is not set.
Public propertyRoot Root directory item result of an inventoried directory. The "root" directory is the directory inventoried.
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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also