Search code examples
umbracoblogsdropdown

Umbraco: Get value from a content child property


I'm creating a blog with the CMS Umbraco. To create a post i've in Umbraco's Content a Home where you have a Post as a child item.

When you create this Post you have a dropdown-picker for categories, I want to get the values from this categories dropdown-picker to my sidebar to display all categories avaliable on the blog.

I want my dropdownpickers-value on my sidebar. What's the easiest approach? Thanks.


Solution

  • I think this is what you are looking for:

    UmbracoHelper - GetPreValues

    Regards

    Craig