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)
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
Found it!
DocumentType.GetAllAsList();
(I'm feeling so dumb right now!)
But I'm still needing to list the content, can anyone help me?
is working on a reply...
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.