OnDemandLocalFileSystemCreateMarkInSync Method |
Should an On-Demand file or folder be marked in-sync when created.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual bool CreateMarkInSync(
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:
Booleantrue to mark the file or folder in-sync when created; false otherwise.
See Also