 Rank: Fanatic
Joined: 7/25/2006 Posts: 424 Location: Silkeborg, Denmark
|
Is there a helper function or such to get the URL to a specific item (in the media library)? I don't see it listed as a property to the umbraco.cms.businesslogic.media.Media object. /SoerenS Brug for råd til hvordan du driver en god webshop? / Need advice on how to run an effective webshop?
|
 Rank: Aficionado
Joined: 7/19/2006 Posts: 190 Location: Norway
|
Hey
When you create an instance of a media object, then the path is accessible form <pre> myMediaObject.getProperty("umbracoFile").Value </pre>
Daniel
|