Click or drag to resize

OnDemandLocalFileSystemUpdateMarkInSync Method

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

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual bool UpdateMarkInSync(
	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 updated; false otherwise.
Exceptions
ExceptionCondition
ArgumentNullException localRelativePath is null or entry is null.
ArgumentExceptionlocalRelativePath is a rooted path.
See Also