Click or drag to resize
URLRewriterSendOutputFromCache Method
Attempts to send the output of the page from the cache.

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
public static bool SendOutputFromCache(
	string relativePath,
	ExcludedSystemEnum excludedEnum,
	ViewModeOnDemand viewMode,
	SiteNameOnDemand siteName
)

Parameters

relativePath
Type: SystemString
Relative path
excludedEnum
Type: CMS.HelpersExcludedSystemEnum
Excluded page status
viewMode
Type: CMS.PortalEngineViewModeOnDemand
View mode
siteName
Type: CMS.SiteProviderSiteNameOnDemand
Site name

Return Value

Type: Boolean
See Also