OnDemandLocalFileSystemIsOnDemandEntryNotInSync Method |
Determines if an On-Demand file or folder is not in-sync.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public bool? IsOnDemandEntryNotInSync(
string localRelativePath
)
Parameters
- localRelativePath
- Type: SystemString
The local relative path.
Return Value
Type:
NullableBoolean
true if the file or folder is not in-sync; null if the state cannot be read.
Exceptions See Also