OnDemandLocalFileSystemSetInSyncOnDemandEntry Method |
The On-Demand file will be set in sync for synchronization with the system.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual int SetInSyncOnDemandEntry(
string localRelativePath,
bool throwOnError = true
)
Parameters
- localRelativePath
- Type: SystemString
The local relative path. - 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