Inventory |
[DataContractAttribute] public class InventoryResult
The InventoryResult type exposes the following members.
| Name | Description | |
|---|---|---|
| InventoryResult | Default constructor. | |
| InventoryResult(ListString) | Constructor. Only the Documents property gets set by this constructor. | |
| InventoryResult(DirectoryItem, ListDocument) | Constructor. Reserved and used by internal code to populate this result object. |
| Name | Description | |
|---|---|---|
| Documents | 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. | |
| Root | Root directory item result of an inventoried directory. The "root" directory is the directory inventoried. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |