Click or drag to resize

SyncContextHasErrors Property

Gets a value indicating whether errors occurred during the operation.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool HasErrors { get; }

Property Value

Type: Boolean
true if errors occurred during the operation; otherwise, false.
See Also