Copied to clipboard

Flag this post as spam?

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


  • Mike 16 posts 32 karma points
    Jan 07, 2010 @ 13:00
    Mike
    0

    Document WebService and Special Properties

    Hi,

    I've got a document type, which has atwo properties, on a custom data type (a dropdown list with color values), the second of type upload.

    How can I fill these properties via the DocumentService..

    DocumentProperties = new ArrayOfDocumentProperty() 
    {
      
    new documentProperty() { Key = "issue", PropertyValue = "1234" }, // works fine
      
    new documentProperty() { Key = "theme", PropertyValue = "blue" }, // this is the data type, it doesn't work
      
    new documentProperty() { Key = " image ", PropertyValue = File.ReadAllBytes(imagePath) }, // this is the upload, it doesn't work either..
    }

    Do you have any suggestions?

    thx!

  • 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