OnDemandLocalFileSystemUpdateOnDemandEntry Method |
Updates an on demand file or folder entry from an entry information.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax protected virtual int UpdateOnDemandEntry(
string localRelativePath,
StateSyncEntry entry,
bool throwOnError = true
)
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. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
Int320 if operation was successful; otherwise an error code.
Exceptions See Also