Click or drag to resize
OutputHelperSendOutputFromCache Method
Sends the page output from the output cache.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 10.0.0
Syntax
C#
public static bool SendOutputFromCache(
	ViewModeOnDemand viewMode,
	SiteNameOnDemand siteName,
	out CachedOutput output
)

Parameters

viewMode
Type: CMS.PortalEngineViewModeOnDemand
View mode
siteName
Type: CMS.SiteProviderSiteNameOnDemand
Site name
output
Type: CMS.OutputFilterCachedOutput
Return cached output

Return Value

Type: Boolean
See Also