Umbraco/GetMedia
< Umbraco
Umbraco.library.GetMedia
editThe method is used to get information of files in the media library - such as filename, size, height, width.
Parameters
GetMedia(int MediaId, bool Deep);
Integer MediaId Boolean Deep
Return value
The method returns a XPathNodeIterator with the information of selected file.
Usage
<xsl:value-of select="umbraco.library:GetMedia(./data [@alias = '< your property>'], 'false')"/>