SDL Tridion: how to get WebDAV url of an item
2014, Apr 03
Suppose you have to reference an item and you don’t want to use the id. Or maybe you just need the full path. One simple way is to edit the item, go to the Info tab and get it’s location:
you should have something like this:
[csharp]\910 Design HTML\Building Blocks\System\Templates\Assemblies[/csharp]
just add /webdav/ at the beginning, revert the slashes and add the filename along with the extension:
[csharp]/webdav/910 Design HTML/Building Blocks/System/Templates/Assemblies/Page Revision Date.xsd[/csharp]