CMSCacheDependency Constructor ( String ,  String , DateTime)Kentico 8.0 API Reference
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: 8.0.0.0 (8.0.5239.26125)

Parameters

filenames
Type:  OnlineSystem String 
File names
cachekeys
Type:  OnlineSystem String 
Cache keys
start
Type: OnlineSystem DateTime
The date and time against which to check the last modified date of the objects passed in the file names and cache key arrays
See Also