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 public virtual bool IsAutomaticReportingEnabled { get; set; }
Property Value
Type:
Booleantrue if automatic reporting is enabled; otherwise,
false.
See Also