IPageSecurityIsUserAuthorizedToAccess Method |
Returns a true value if the current user is authorized to access the secured page based on configuration.
Namespace: Kentico.Content.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax bool IsUserAuthorizedToAccess()
Return Value
Type:
BooleanRemarks Reflects the 'Check page permissions' site settings key configuration. In case the 'No page' option is selected the result is always true.
See Also