Click or drag to resize

ChangedItem Constructor

IT Hit User File System
Creates instance of this class.

Namespace:  ITHit.FileSystem.Synchronization
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax
public ChangedItem(
	Change changeType,
	IFileSystemItemMetadata metadata
)

Parameters

changeType
Type: ITHit.FileSystem.SynchronizationChange
Type of change.
metadata
Type: ITHit.FileSystemIFileSystemItemMetadata
Information about a file or folder.
See Also