Forum Discussion

Peter_Borsje's avatar
Peter_Borsje
Ideator I
9 years ago

Create file in Vault by code

In C# code I got a result back and this result (xml result from a report) I want to save to the Vault as a File and attach it to an Itemtype. I cannot find any method in API that creates a file for me in the Vault. How can I  do this?  

1 Reply

  • Two thinkgs are needed :
    • creating the file: have you been able to do it?
    • uploading the file: attachPhysicalFile should work from a file that is on your server.