Click or drag to resize

ContentMoverCreateDestinationEntry Method

Creates a destination state entry.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual StateSyncEntry CreateDestinationEntry(
	SyncContext context,
	SyncJobChange jobChange,
	bool canCreate
)

Parameters

context
Type: callback.ShellBoost.Core.SynchronizationSyncContext
A sync context.
jobChange
Type: callback.ShellBoost.Core.SynchronizationSyncJobChange
The job change instance.
canCreate
Type: SystemBoolean
A value that indicates whether the entry can be created if it does not yet exists on the destination file system.

Return Value

Type: StateSyncEntry
A new StateSyncEntry instance.
Exceptions
ExceptionCondition
ArgumentNullException context or jobChange is null.
See Also