OnDemandLocalFileSystem.IsOnDemandEntryNotInSync 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
Syntaxpublic bool? IsOnDemandEntryNotInSync(
string localRelativePath
)
Parameters
- localRelativePath
- Type: System.String
The local relative path.
Return Value
Type:
Nullable<Boolean>
true if the file or folder is not in-sync; null if the state cannot be read.
Exceptions
See Also