Click or drag to resize

OnDemandLocalFileSystemIsOnDemandEntryInSync Method

Determines if an On-Demand file or folder is in-sync.

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

Parameters

localRelativePath
Type: SystemString
The local relative path.

Return Value

Type: NullableBoolean
true if the file or folder is in-sync; null if the state cannot be read.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocalRelativePath is null.
ArgumentExceptionlocalRelativePath is a rooted path.
See Also