Click or drag to resize

OnDemandLocalFileSystemIsOnDemandEntry Method

Determines if a file is an On-Demand entry.

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

Parameters

localRelativePath
Type: SystemString
The local relative path.

Return Value

Type: Boolean
true if the file is an On-Demand entry; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocalRelativePath is null.
ArgumentExceptionlocalRelativePath is a rooted path.
See Also