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 4909 posts 12266 karma points MVP 5x 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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies