Click or drag to resize
PageSecurityHelper.RequestSecurePage Method (PageInfo, Boolean, ViewModeEnum, String)
Redirect to https:// if page require it

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

Parameters

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