I'm trying to upload a document to a customer sharepoint site using the sharepoint client dll through c# code and the URL provided has 2 query strings indicating the target folder and authentication, which looks much like the following (not an actual URL):
Question being, how do I get the "folderid" and "authkey " key/value pairs added to the client object since I can only connect to the site using the URL string up to the "?" delimiter? I'm not finding anything obvious and googlefoo isn't bringing up anything useful either.
Using the full URL (including the query strings) doesn't work (unless there is something I'm missing).