Click or drag to resize
CachedOutputCopyCacheSettingsTo Method
Copies the cache settings to the target object

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 10.0.0
Syntax
C#
public void CopyCacheSettingsTo(
	CachedOutput target
)

Parameters

target
Type: CMS.OutputFilterCachedOutput
Target object
See Also