Skip to content

Instantly share code, notes, and snippets.

@perploug
perploug / gist:7334403
Last active October 11, 2016 12:57
how to hook into tree menus in V7
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Umbraco.Core;
namespace Meh.App_Code
{
public class ChangeMenu : ApplicationEventHandler
{