Click or drag to resize

LocalFileSystem.CopyTo 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.Utilities.FileSystemEntry
The file system entry.
entry
Type: callback.ShellBoost.Core.Synchronization.StateSyncEntry
The entry.
Exceptions
ExceptionCondition
ArgumentNullException fsEntry is null or entry is null.
See Also