Click or drag to resize

WebFileCacheEventArgs Class

Provides data for the ClientRequestSetup event of WebFileCache.
Inheritance Hierarchy

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class WebFileCacheEventArgs : CancelEventArgs

The WebFileCacheEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodWebFileCacheEventArgs
Initializes a new instance of the WebFileCacheEventArgs class.
Top
Properties
  NameDescription
Public propertyClient
Gets the client.
Public propertyContentUrl
Gets or sets the content URL.
Public propertyContentWasUpdated
Gets or sets a value indicating whether content was updated.
Public propertyOptions
Gets the options.
Top
See Also