LocalFileSystemIsSynchronized Method |
Determines whether the specified local relative path is synchronized.
This uses the state database and other endpoints information, not On-Demand file in-sync attributes.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual 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.
Exceptions See Also