Click or drag to resize

OnDemandLocalFileSystemOptionsIsAutomaticReportingEnabled Property

Gets or sets a value indicating whether automatic reporting is enabled. If set to true, the Progress method of the OnDemandLocalFileSystem's IProgressSink implementation will do nothing.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual bool IsAutomaticReportingEnabled { get; set; }

Property Value

Type: Boolean
true if automatic reporting is enabled; otherwise, false.
See Also