Click or drag to resize

LinkIsDirty Property

Determines whether the link has changed since it was last saved to its current file.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public bool IsDirty { get; }

Property Value

Type: Boolean
true if this instance has changed; otherwise, false.
See Also