Click or drag to resize

OnDemandLocalFileSystemConvertMarkInSync Method

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

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

Parameters

localRelativePath
Type: SystemString
The local relative directory path.

Return Value

Type: Boolean
true to mark the file or folder in-sync when converted; false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocalRelativePath is null.
ArgumentExceptionlocalRelativePath is a rooted path.
See Also