Click or drag to resize
PageSecurityHelperCheckPageSecurity Method
Checks the security for current page

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void CheckPageSecurity(
	PageInfo pageInfo,
	SiteNameOnDemand siteName,
	ViewModeOnDemand viewMode,
	string relativePath
)

Parameters

pageInfo
Type: CMS.DocumentEnginePageInfo
Page info to check
siteName
Type: CMS.SiteProviderSiteNameOnDemand
Site name
viewMode
Type: CMS.PortalEngineViewModeOnDemand
View mode
relativePath
Type: SystemString
Relative path
See Also