[RouteAttribute("/{environmentId:guid}/device/{deviceId:guid}/{activeTab:int}")]
[RouteAttribute("/{environmentId:guid}/device/{deviceId:guid}")]
[RouteAttribute("/{environmentId:guid}/device/new")]
public class DevicePage : MtBaseComponent| DevicePage | Initializes a new instance of the DevicePage class |
| ActiveTab | The tab to display at startup (can be 0). |
| DeviceId | The ID of the DeviceDto to display (derived from the URL). |
| 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) |