OnDemandLocalFileSystemPinOnDemandEntry Method |
Asks the system to pin (check 'Always keep on this device') the On-Demand file or folder content.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public virtual int PinOnDemandEntry(
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