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 = newArrayOfDocumentProperty() { newdocumentProperty() { Key = "issue", PropertyValue = "1234"}, // works fine newdocumentProperty() { Key = "theme", PropertyValue = "blue"}, // this is the data type, it doesn't work newdocumentProperty() { Key = "image", PropertyValue = File.ReadAllBytes(imagePath)}, // this is the upload, it doesn't work either.. }
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..
Do you have any suggestions?
thx!
is working on a reply...