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: 9.0.27334.0-Beta
Syntax
public ChangedItem(
	Change changeType,
	IMetadata metadata
)

Parameters

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