Click or drag to resize
BaseDocumentConstraintPreProcess Method
Preprocesses the constraint, matches the site name and culture, and attempts to send output from cache

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
protected bool PreProcess(
	SiteNameOnDemand siteName,
	ViewModeOnDemand viewMode,
	ref string culture,
	ref string relativePath,
	ref ExcludedSystemEnum excludedEnum
)

Parameters

siteName
Type: CMS.SiteProviderSiteNameOnDemand
Site name
viewMode
Type: CMS.PortalEngineViewModeOnDemand
View mode
culture
Type: SystemString
Returns the culture to be used
relativePath
Type: SystemString
Returns the relative path of the request
excludedEnum
Type: CMS.HelpersExcludedSystemEnum
Returns the exclusion status

Return Value

Type: Boolean
See Also