Click or drag to resize

OnDemandLocalFileSystemInheritPinOnDemandEntry Method

The On-Demand file or folder pin state is evaluated based on its parent's pin state.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual int InheritPinOnDemandEntry(
	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