Click or drag to resize

OnDemandLocalFileSystemIsOnDemandEntryUnspecified Method

Determines if an On-Demand file or folder pin state is unspecified.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool? IsOnDemandEntryUnspecified(
	string localRelativePath
)

Parameters

localRelativePath
Type: SystemString
The local relative path.

Return Value

Type: NullableBoolean
true if the file or folder is unspecified.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocalRelativePath is null.
See Also