[RouteAttribute("/admin/company/{companyId:guid}/marker/{mapMarkerId:guid}/{activeTab:int}")]
[RouteAttribute("/admin/company/{companyId:guid}/marker/{mapMarkerId:guid}")]
[RouteAttribute("/admin/company/{companyId:guid}/marker/new")]
public class MapMarkerEdit : MtBaseComponent| MapMarkerEdit | Initializes a new instance of the MapMarkerEdit class |
| ActiveTab | The tab that will be opened at startup. |
| MapMarkerId | ID of the Map Marker to edit (or Empty if we're creating a new one) |
| 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) |