Hi,
When i use Client.UploadContent(), the whole folder get overwritten with only the new documents uploaded. I just want to add in new documents while keeping old existing documents. How can i do that?
Thanks,
Di
I don't think anything can get rid of existing documents, other than an explicit DeleteNode() call. What are you calling before UploadContent()? Please share the rest of your code so we can see what else you are doing.
Thanks.
J