Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Berto 105 posts 177 karma points
    Jun 30, 2009 @ 17:46
    Berto
    0

    List all Document Types and nodes in Umbraco (v4)

    Hi,

    I have a structure and data in umbraco that feeds (in xml) a flash. I used nibbleFX to create this, and all is working perfectly.

    Now i have to create the html because of non-flash browsers (iphone and others) and for google indexation. I'm creating a new tab and properties for this, for configurating if the node should or not appear in the html. 

    Because the person who created the xml for flash was not very carefull, I now have like 200 diferente document types, it's beaing a pain in the *** to create the same new properties in the diferent document types, so i wan't to create a ascx that lists me the all document types, and then after choosing the ones i wan't, add the properties. 

    My problem is how to list all the document types, and then the nodes to change the values of them (and the template)

    Thx

    Berto

  • Berto 105 posts 177 karma points
    Jun 30, 2009 @ 18:52
    Berto
    1

    Found it!

    DocumentType.GetAllAsList();

    (I'm feeling so dumb right now!)

    But I'm still needing to list the content, can anyone help me?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies