Click or drag to resize
URLRewriter.SendOutputFromCache 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: System.String
Relative path
excludedEnum
Type: CMS.Helpers.ExcludedSystemEnum
Excluded page status
viewMode
Type: CMS.PortalEngine.ViewModeOnDemand
View mode
siteName
Type: CMS.SiteProvider.SiteNameOnDemand
Site name

Return Value

Type: Boolean
See Also