using System;
using System.Collections.Generic;
using Umbraco.Core;
using Umbraco.Core.Services;
using Umbraco.Web.Actions;
using Umbraco.Web.Composing;
namespace Umbraco.Web.Models.Trees
{
///
/// A custom menu list
///
///
/// NOTE: We need a sub collection to the MenuItemCollection object due to how json serialization works.
///
public class MenuItemList : List