November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
If you go to the appData folder - as defined in EpiserverFramework.config, and look for 187fe4d8e9534340b485da129a67c44c, you would find the folder
as long as you have the content link of the media, or if you have the virtual url, then you can use UrlResolver.Route to get the content. Still from https://world.episerver.com/forum/developer-forum/-Episerver-75-CMS/Thread-Container/2015/4/get-blobs-raw-url-on-disk/
var media = UrlResolver.Current.Route(new UrlBuilder(Image)) as MediaData; if (media != null) { var fileBlob = media.BinaryData as FileBlob; if (fileBlob != null) { var path = fileBlob.FilePath; } }
Finally i was able to get to the path to contentassets in case anyone is facing the similar issue. Navigating to
/EPiServer/CMS/admin/ManageContent.aspx?id=10574
where 10574 is the content Id
Here is the episerver forum post that was helpful:
Regards.
Hi,
This is in reference to a query on Content Asset folder physical location.
For instance, the below Url is part of content asset folder.
https://loca.xyz.com/contentassets/187fe4d8e9534340b485da129a67c44c/cyber_infographic.jpg
Is there any way to get to the physical path in episerver to either remove/edit the file.
Any help will be appreciated.
Regards.