Click or drag to resize

LocalFileSystemNewSyncEntry Method

Creates a new entry.

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

Parameters

entry
Type: callback.ShellBoost.Core.UtilitiesFileSystemEntry
The entry.

Return Value

Type: StateSyncEntry
An instance of the StateSyncEntry class.
See Also