Click or drag to resize

OnDemandLocalFileSystemCreateMarkInSync Method

Should an On-Demand file or folder be marked in-sync when created.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual bool CreateMarkInSync(
	string localRelativePath,
	StateSyncEntry entry
)

Parameters

localRelativePath
Type: SystemString
The local relative directory path.
entry
Type: callback.ShellBoost.Core.SynchronizationStateSyncEntry
The entry information to use to create the On-Demand entry.

Return Value

Type: Boolean
true to mark the file or folder in-sync when created; false otherwise.
See Also