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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
protected bool IsAuthorizedToManage()

Return Value

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

See Also