Click or drag to resize

OnDemandLocalFileSystemConvertToOnDemandEntry Method

Converts a regular file into an On-Demand entry.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual int ConvertToOnDemandEntry(
	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: Int32
0 if operation was successful; otherwise an error code.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocalRelativePath is null.
ArgumentExceptionlocalRelativePath is a rooted path.
See Also