Click or drag to resize
PageSecurityHelperCheckSecured Method

Note: This API is now obsolete.

Redirects to the logon page if user is not authenticated.

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 CheckSecured(
	string siteName,
	bool isLiveSite
)

Parameters

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