Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
- C# HttpClient POST or PUT Json with content type application/json
- Creating dynamic arrays and lists using Dynamic and ExpandoObject in C#
- Using C# HttpClient from Sync and Async code
- Run tasks in parallel using .NET Core, C# and async coding
- C# Get expiry timestamp from JWT token
- c# Async fire and forget
- HttpClient retry mechanism with .NET Core, Polly and IHttpClientFactory
Archive
Meta
Tag Archives: media library
Open Media Library from Sitecore Page Editor
This article describes how you can add your own button to the Sitecore Page Editor. In a previous post I explained how to edit hidden fields in the Page Editor. This post is about managing media contents, and to do … Continue reading
Posted in c#, General .NET, Sitecore 6
Tagged Command, media library, Page Editor, SheerResponse, Sitecore, Unified Page Editor
5 Comments
Replacing mediaitems in Sitecore
This tip is from one of my colleagues Frederik Örnfelt who read my post about Adding a file to the Sitecore Media Library. But instead of adding files, he simply wanted to replace one item with another. Replacing media items … Continue reading
Posted in .net, c#, General .NET, Sitecore 6
Tagged media library, MediaItem, MediaManager, Sitecore
1 Comment
Media Library file names. Tired of guids?
Have you noticed that when uploading files to the media library, sometimes the resulting file name is a guid? If I upload an image, say Brian.jpg, I need to write ~/media/9B62BB56FD6040FAA56C6DB1D8A0BDE6.ashx in order to acces it from the front end. And … Continue reading