Click or drag to resize
URLRewriter.ProcessRewritingResult Method (RequestStatusEnum, ExcludedSystemEnum, SiteNameOnDemand, ViewModeOnDemand, String)
Processes the result of URL rewriting and handlers appropriate actions

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 10.0.0
Syntax
C#
public static void ProcessRewritingResult(
	RequestStatusEnum status,
	ExcludedSystemEnum excludedEnum,
	SiteNameOnDemand siteName,
	ViewModeOnDemand viewMode,
	string relativePath
)

Parameters

status
Type: CMS.Helpers.RequestStatusEnum
Resulting status from the URL rewriter
excludedEnum
Type: CMS.Helpers.ExcludedSystemEnum
Excluded page status
siteName
Type: CMS.SiteProvider.SiteNameOnDemand
Site name
viewMode
Type: CMS.PortalEngine.ViewModeOnDemand
View mode
relativePath
Type: System.String
Relative path of the request
See Also