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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
protected bool IsAuthorizedToView()

Return Value

Boolean
if the user can view this page

See Also