Skip to content

Instantly share code, notes, and snippets.

@mattbrailsford
Created July 4, 2012 13:12
Show Gist options
  • Save mattbrailsford/3047263 to your computer and use it in GitHub Desktop.
Save mattbrailsford/3047263 to your computer and use it in GitHub Desktop.
Declaring a applications / trees in Umbraco 4.8+
[Application("content", "Content", ".traycontent")]
public class ContentApplicationDefinition : IApplication
{ }
[Tree("content", "content", "Content")]
public class loadContent : BaseContentTree
{
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment