OnDemandLocalFileSystemUpdateMarkInSync Method |
Should an On-Demand file or folder be marked in-sync when updated.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual bool UpdateMarkInSync(
string localRelativePath,
StateSyncEntry entry
)
Parameters
- localRelativePath
- Type: SystemString
The local relative directory path. - entry
- Type: 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 See Also