Inventory |
public class InventoryDirectoriesOnly
The InventoryDirectoriesOnly type exposes the following members.
| Name | Description | |
|---|---|---|
| InventoryDirectoriesOnly | Constructor. |
| Name | Description | |
|---|---|---|
| CurrentTotalDirectoryCount | Total current number of directories enumerated. | |
| InventoryUpdateEventMaxDirectoryCount | Gets or sets the directory count threshold that triggers the OnInventoryUpdate event. The default value is 1,000,000 directories and the maximum value is 10,0000,000. |
| 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) | |
| StartInventory | ||
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| OnInventoryUpdate | This event is called using a maximum directory enumerated count threshold that triggers this event. An event handler subscriber is required. |