Click or drag to resize

WebFileCacheEventArgsContentWasUpdated Property

Gets or sets a value indicating whether content was updated.

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

Property Value

Type: Boolean
true if content was updated; otherwise, false.
See Also