Get the full image address

Posted by Community Admin on 03-Aug-2018 02:31

Get the full image address

All Replies

Posted by Community Admin on 29-Aug-2014 00:00

Hi  everybody,

I'm using sitefinity 6.3 . I have insert a image in my content , 
I can see the full image address , but in the database table  the save data is different.

How  can I get the correct content by Sql ?

just like :

// Content  
<img src="/images/default-source/history-heritage/history_heritage_(2).png?sfvrsn=2" alt="history_heritage_(2)" title="history_heritage_(2)" sfref="[images|OpenAccessDataProvider]e8820b8e-563c-626e-8e1e-ff0000965513" />
//database
 
<img src="[images|OpenAccessDataProvider]e8820b8e-563c-626e-8e1e-ff0000965513" alt="history_heritage_(2)" title="history_heritage_(2)" />
 


Posted by Community Admin on 02-Sep-2014 00:00

Hi Minco,

Would it be possible to provide more information about the scenario you want to achieve?

In addition, more information about query images using the API is available in that documentation article.

Regards,
Svetoslav Manchev
Telerik

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed