Hi! :) Is there any way to see the full xml for the media files, just like I can see the full content xml in /data/umbraco.config? And are those image property names (umbracoWidth, umbracoSize, etc.) some special "system" names, or is there any way to change them?
This would give you the XML in the textarea, and you can the copy the XML from there and into Visual Studio/Notepad etc., to get a better view of the code.
Just a small tip, when you want to view your XMLin the future :)
Media xml
Hi! :) Is there any way to see the full xml for the media files, just like I can see the full content xml in /data/umbraco.config? And are those image property names (umbracoWidth, umbracoSize, etc.) some special "system" names, or is there any way to change them?
Hi Gert,
When using GetMedia(ID, false()) you get something like this:
Yes, they are reserved system names.
/Chriztian
Gert, when you want to see the XML that Chriztian provided, you could do something like this:
This would give you the XML in the textarea, and you can the copy the XML from there and into Visual Studio/Notepad etc., to get a better view of the code.
Just a small tip, when you want to view your XMLin the future :)
/Kim A
is working on a reply...