Click or drag to resize

LocalFileSystemCopyTo Method

Copies a file system entry to a state entry.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void CopyTo(
	FileSystemEntry fsEntry,
	StateSyncEntry entry
)

Parameters

fsEntry
Type: callback.ShellBoost.Core.UtilitiesFileSystemEntry
The file system entry.
entry
Type: callback.ShellBoost.Core.SynchronizationStateSyncEntry
The entry.
Exceptions
ExceptionCondition
ArgumentNullException fsEntry is null or entry is null.
See Also