Initializes a new instance of the DNNCacheDependency class that monitors an array of paths (to files or directories) for changes and specifies a time when change monitoring begins.

Namespace: DotNetNuke.Services.Cache
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public DNNCacheDependency(
	string[] filenames,
	DateTime start
)
Visual Basic
Public Sub New ( 
	filenames As String(),
	start As DateTime
)

Parameters

filenames
Type: array<System..::..String>[]()[][]
The filenames.
start
Type: System..::..DateTime
The start.

See Also