Click or drag to resize

IItemsChange Interface

IT Hit User File System
Contains information about the item(s) change and item(s) data.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.2.27026.0
Syntax
public interface IItemsChange

The IItemsChange type exposes the following members.

Properties
  NameDescription
Public propertyComponentName
Component name that generated this change.
Public propertyDirection
Indicates data direction - upload or download.
Public propertyItems
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.
Public propertyLength
File length or total number of items in a folder.
Public propertyNotificationTime
Event notification time: Before, after, progress, queue.
Public propertyOperationContext
Provides additonal information if available, depending on the environment.
Public propertyOperationType
File system operation type, such as creation, population, update, deletion or move.
Public propertyParent
Parent item. This is filled for population operation only.
Public propertyPosition
Progress position.
Public propertyRemoteStorageItemID
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.
Public propertyResult
Operation result.
Public propertyResultContext
Result context.
Public propertySource
Indicates if the operation was triggered by the remote storage or by the user file system.
Top
See Also