I have some special document type in Umbraco and in content tree I have one item that contains sub-items with this document type. I don't want to use VS 2012. and I want to create some partial view for read this items. and create some html markup. I created, partial view via umbraco UI,
@inherits Umbraco.Web.Mvc.UmbracoViewPage<dynamic>
How to read all item and subitems in my view just with Umbraco API ?
Thanks.