OnDemandLocalFileSystemUnpinOnDemandEntry Method |
Asks the system to unpin (uncheck 'Always keep on this device') the On-Demand file or folder content.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual int UnpinOnDemandEntry(
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