ItemsChangeQueueEventArgs Properties |
The ItemsChangeQueueEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ComponentName |
Component name that generated this change.
(Inherited from ItemsChangeEventArgs.) | |
| Direction |
Indicates synchronization direction.
(Inherited from ItemsChangeEventArgs.) | |
| 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.
(Inherited from ItemsChangeEventArgs.) | |
| NotificationTime |
Event type. Before, after, progress.
(Inherited from ItemsChangeEventArgs.) | |
| OperationContext |
Provides additonal information if available, depending on the environment.
(Inherited from ItemsChangeEventArgs.) | |
| OperationType |
File system operation type, such as creation, population, update, deletion or move.
(Inherited from ItemsChangeEventArgs.) | |
| Parent |
Parent item. This is filled for creation and listing operation only.
(Inherited from ItemsChangeEventArgs.) | |
| 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.
(Inherited from ItemsChangeEventArgs.) | |
| Result |
Operation result.
(Inherited from ItemsChangeEventArgs.) | |
| ResultContext |
Result context.
(Inherited from ItemsChangeEventArgs.) | |
| Source |
Indicates if the operation was initiated by the remote storage or by the user file system.
(Inherited from ItemsChangeEventArgs.) |