Click or drag to resize
IPageSecurityIsUserAuthorizedToAccess Method
Returns a true value if the current user is authorized to access the secured page based on configuration.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
bool IsUserAuthorizedToAccess()

Return Value

Type: Boolean
Remarks
Reflects the 'Check page permissions' site settings key configuration. In case the 'No page' option is selected the result is always true.
See Also