IItemsChange Interface |
Namespace: ITHit.FileSystem
The IItemsChange type exposes the following members.
Name | Description | |
---|---|---|
ComponentName |
Component name that generated this change.
| |
Direction |
Indicates data direction - upload or download.
| |
Items |
Array of items that are changing.
For create and population operations this is an array of children items.
For update, move and delete operations this list always conains a single item.
| |
Length |
File length or total number of items in a folder.
| |
NotificationTime |
Event notification time: Before, after, progress, queue.
| |
OperationContext |
Provides additonal information if available, depending on the environment.
| |
OperationType |
File system operation type, such as creation, population, update, deletion or move.
| |
Parent |
Parent item. This is filled for population operation only.
| |
Position |
Progress position.
| |
RemoteStorageItemID |
Remote storage item ID.
In case of a create operation this is a parent remote storage item ID.
The remote storage item ID for each item in case of the create operation is passed in property.
| |
Result |
Operation result.
| |
ResultContext |
Result context.
| |
Source |
Indicates if the operation was triggered by the remote storage or by the user file system.
|