Hi
Can I get file by url link in method? I don't know code how to write
Another question is system get url file how to auto attachment in relationship.
Hi Michelle,
thanks for posting the code for the WebClient. That was a missing piece for one of my own task.
Your code downloads the file to the server.
For storing the file into the Vault, you can take a look at my SSRS project:
github.com/.../AIP_get_SSRS_Report.cs
Look at line 69 downwards. The examples downloads a file to the server, than moves it to the file Vault and than attach it to the File Relationship of ItemType Document.
Regards!
Angela
Hi Michelle,
thanks for posting the code for the WebClient. That was a missing piece for one of my own task.
Your code downloads the file to the server.
For storing the file into the Vault, you can take a look at my SSRS project:
github.com/.../AIP_get_SSRS_Report.cs
Look at line 69 downwards. The examples downloads a file to the server, than moves it to the file Vault and than attach it to the File Relationship of ItemType Document.
Regards!
Angela