MtBaseComponentIsAuthorizedToView Method

Function that checks whether the user is allowed to view the page. The page using this method should override this method to check if the user's role assignments contains the correct PermissionValueMap through the HasPermission(RoleDto, PermissionValueMap) method.

Definition

Namespace: MobileTrack.Web.Components.Views
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
protected bool IsAuthorizedToView()

Return Value

Boolean
if the user can view this page

See Also