Click or drag to resize
CMSCacheDependency Constructor (String, String, DateTime)
Initializes a new instance of the CMSCacheDependency class that monitors a file or directory for change.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public CMSCacheDependency(
	string[] filenames,
	string[] cachekeys,
	DateTime start
)

Parameters

filenames
Type: SystemString
Sets FileNames collection.
cachekeys
Type: SystemString
Sets CacheKeys collection.
start
Type: SystemDateTime
Sets Start date time against which to check the last modified date of the objects passed in the file names and cache key arrays.
See Also