Click or drag to resize
CMSMvcDocumentConstraint Constructor
Constructor.

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

Parameters

siteName
Type: SystemString
Site name for matching of the requests
aliasPath
Type: SystemString
Alias path of the matching document
nodeId
Type: SystemInt32
Node ID of the matching document
culture
Type: SystemString
Culture of the matching document
urlPath
Type: SystemString
URL path with the pattern
pageInfoSource
Type: CMS.DocumentEnginePageInfoSource
Page info source
See Also