ISyncFileSystemSynchronizationStateIsSynchronized Method |
Determines whether the specified local relative path is synchronized, ie: its metadata and content moved or copied to the file system implementation.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax bool? IsSynchronized(
string localRelativePath
)
Parameters
- localRelativePath
- Type: SystemString
The local relative path.
Return Value
Type:
NullableBooleantrue if the specified local relative path is synchronized; otherwise,
false.
See Also