Click or drag to resize

MultiPointSynchronizerChecksEntryIdsUnicity Property

Gets or sets a value indicating whether entry ids unicity is checked. This is set by default to help diagnostics.

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

Property Value

Type: Boolean
true if entry ids unicity is checked; otherwise, false.
See Also