AccountsOverviewPage Class

Displays a list of all the accounts belonging to the current company. Users with the ViewAccounts permission can view the accounts. Users with the ManageAccounts permission can also manage the accounts.

Definition

Namespace: MobileTrack.Web.Portal.Pages.Accounts
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[RouteAttribute("/{environmentId:guid}/accounts")]
public class AccountsOverviewPage : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    AccountsOverviewPage

Constructors

AccountsOverviewPageInitializes a new instance of the AccountsOverviewPage class

Properties

RequiredPermissionsForManage Lists the permissions the user needs to be able to manage the page/item
(Overrides MtBaseComponentRequiredPermissionsForManage)
RequiredPermissionsForView Lists the permissions the user needs to be able to view the page/item
(Overrides MtBaseComponentRequiredPermissionsForView)

Methods

See Also