Click or drag to resize

ContentMover Constructor

Initializes a new instance of the ContentMover class.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public ContentMover(
	MultiPointSynchronizer synchronizer
)

Parameters

synchronizer
Type: ShellBoost.Core.SynchronizationMultiPointSynchronizer
The multi-point synchronizer.
See Also