Click or drag to resize
PageSecurityHelper.CheckSecuredAreas Method (String, Boolean, ViewModeEnum)
Redirect to logon page if the user is not authenticated.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
public static void CheckSecuredAreas(
	string siteName,
	bool excludeSystem,
	ViewModeEnum viewMode
)

Parameters

siteName
Type: System.String
Site name
excludeSystem
Type: System.Boolean
If true, the system pages are excluded from evaluation
viewMode
Type: CMS.PortalEngine.ViewModeEnum
View mode
See Also