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.

Definition

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

Return Value

Boolean
if the user can manage the items on this page.

See Also