Click or drag to resize

LinkIsDirty Property

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

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

Property Value

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