Click or drag to resize
CMSDocumentRouteConstraint Constructor
Constructor

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 8.2.23
Syntax
C#
public CMSDocumentRouteConstraint(
	string siteName,
	string aliasPath,
	int nodeId,
	string culture,
	PageInfoSource pageInfoSource
)

Parameters

siteName
Type: System.String
Site name for matching of the requests
aliasPath
Type: System.String
Alias path of the matching document
nodeId
Type: System.Int32
Node ID of the matching document
culture
Type: System.String
Culture of the matching document
pageInfoSource
Type: CMS.DocumentEngine.PageInfoSource
Page info source
See Also