PageSecurityHelperCheckPermissions Method |
Redirect to logon page if actual page requires authentication.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public static void CheckPermissions(
string siteName,
PageInfo pi,
bool excludeSystem,
string relativePath
)
Parameters
- siteName
- Type: SystemString
Site name - pi
- Type: CMS.DocumentEnginePageInfo
PageInfo - excludeSystem
- Type: SystemBoolean
If true, the system pages are excluded from evaluation - relativePath
- Type: SystemString
Relative path
See Also