Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Collin 42 posts 62 karma points
    Aug 18, 2011 @ 15:23
    Collin
    0

    Getting DAMP image from document in code behind

    It seems that the DAMP image must fetched via a different method than .getproperty("image").value.tostring() on the document.

    How do I get to the information DAMP has storen in the property?

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Aug 23, 2011 @ 16:54
    Jeroen Breuer
    0

    Hello,

    If you use .getproperty("image").value.tostring()  it will return the media xml if that's how you store your data. There are some helper methods do get the data. Have a look at DAMP_Helper. You can use the method GetImageUrl(string dampXml) or GetImages(string dampXml) to get the data you need.

    Jeroen

Please Sign in or register to post replies

Write your reply to:

Draft