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 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 See Also