My project using 7.5.13.
I am using media services to save a image file. The value stored in [cmsPropertyData].[dataNtext ] is a simple path string. However, when I am using backoffice interface the field value is json {src: 'path', crops: []}
This cause the imagePath value return in different format.
IMedia media = getMedia(id);
var imagePath = media.Properties["umbracoFile"].Value.ToString();
UmbraFile property not in json
Hi,
My project using 7.5.13. I am using media services to save a image file. The value stored in [cmsPropertyData].[dataNtext ] is a simple path string. However, when I am using backoffice interface the field value is json {src: 'path', crops: []}
This cause the imagePath value return in different format.
is working on a reply...