<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" %> <%@ Import Namespace="Orchard.Media.Models"%> <%@ Import Namespace="Orchard.Media.Helpers"%> <%@ Import Namespace="Orchard.Media.ViewModels"%> <%@ Import Namespace="Orchard.Mvc.Html" %>

Add a Folder

<%=Html.ActionLink("Media Folders", "Index")%> > <%foreach (FolderNavigation navigation in MediaHelpers.GetFolderNavigationHierarchy(Model.MediaPath)) {%> <%=Html.ActionLink(navigation.FolderName, "Edit", new {name = navigation.FolderName, mediaPath = navigation.FolderPath})%> > <% } %> Add a Folder

<%using (Html.BeginForm()) { %> <%= Html.ValidationSummary() %>
<% } %>