Walter.BOM
IsSuspicious Property (IDiskChanges)
Walter.BOM Assembly > Walter.IO Namespace > IDiskChanges Interface : IsSuspicious Property
Gets or sets a value indicating whether this file change is suspicious because it was not controlled via a IDiskGuard
Syntax
bool IsSuspicious {get; set;}

Property Value

true if this instance is suspicious; otherwise, false.
Remarks
You can set the IDiskGuardIDiskGuard.StartMonitoring or one of the overloaded methods to allow the change. You can add additional directories by getting the IDiskGuard from a Microsoft.Extensions.DependencyInjection.IServiceCollection
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDiskChanges Interface
IDiskChanges Members
IDiskGuard Interface