OnDemandLocalFileSystemUpdateOnDemandEntry Method |
Updates an on demand file or folder entry from an entry information.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual int UpdateOnDemandEntry(
string localRelativePath,
StateSyncEntry entry,
bool throwOnError = true
)
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. - 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