Click or drag to resize
OutputHelperGetPersistentFileName Method
Gets the persistent file name for the given cache key

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 12.0.0
Syntax
C#
protected virtual string GetPersistentFileName(
	string cacheKey
)

Parameters

cacheKey
Type: SystemString
Full cache key

Return Value

Type: String
See Also