Click or drag to resize
PageSecurityHelperCheckSecuredAreasExcludeSystemPages Method

Note: This API is now obsolete.

Redirect to logon page if the user is not authenticated. Always excludes system pages from evaluation.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("The method will be removed in the next version. It was intended to use it in PortalEngine related features.")]
public static void CheckSecuredAreasExcludeSystemPages(
	string siteName,
	bool isLiveSite
)

Parameters

siteName
Type: SystemString
Site name
isLiveSite
Type: SystemBoolean
Is request comes from live site?
See Also