Click or drag to resize

EndPointSynchronizerOptionsOrphanedEntriesMaximumLifetime Property

Gets or sets the orphaned entries maximum lifetime after the last job creation time.

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

Property Value

Type: TimeSpan
The orphaned entries maximum lifetime.
See Also