CodeGarden 10: The sixth annual Umbraco Developer Conference
June 23-25th 2010 - free ASP.NET MVC pre-conference. Register today!

Update Application Tree

This Package action will update an existing Application Tree, so you can replace an existing tree with your custom tree. Undo will revert the action. Blogpost describing the problem can be found here

Alias: UpdateAppTree     

<Action runat="uninstall" 
 undo="false"
 alias="UpdateAppTree"
 treeAlias="media"
 treeHandlerAssembly="umbraco"
 treeHandlerType="loadMedia" />