Click or drag to resize
URLRewriterPageNotFoundForNonPublished Method
Returns true if the non published documents should return page not found result.

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
public static bool PageNotFoundForNonPublished(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: Boolean
See Also