Skip to content

Instantly share code, notes, and snippets.

@simon-lang
Created April 19, 2012 05:38
Show Gist options
  • Select an option

  • Save simon-lang/2418884 to your computer and use it in GitHub Desktop.

Select an option

Save simon-lang/2418884 to your computer and use it in GitHub Desktop.
Sitecore download file field MediaItem
var DownloadLink = Sitecore.Resources.Media.MediaManager.GetMediaUrl(((Sitecore.Data.Fields.FileField) Sitecore.Context.Item.Fields["Prospectus"]).MediaItem);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment