Click or drag to resize
CMSCacheDependencyFileNames Property
Collection of file full paths used for cache dependency.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public string[] FileNames { get; set; }

Property Value

Type: String
Remarks
Paths pointing to the external storage are ignored and not used for cache dependency.
See Also