MtBaseComponentIsAuthorizedToManage Method
Function where we are going to check whether the user is allowed to manage the items on this page.
Normally, this method doesn't have to be overriden if the page is view-only,
or if view authorization is the same as
IsAuthorizedToView.
Namespace: MobileTrack.Web.Components.ViewsAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
protected bool IsAuthorizedToManage()
Return Value
Boolean if the user can manage the items on this page.