What is the underlying field in gData

I was trying to integrate google docs into windows app. The DocReq class has a property called baseUri. I have no idea what this is. Also, let me know if there are examples for google distribution sheets in C #

+2


source to share


1 answer


BaseURI is simply the base URI for requesting a document. This Wikipedia article explains URI

http://en.wikipedia.org/wiki/Uniform_Resource_Identifier



Here is another question from Stackoverflow which has some examples about google distribution sheets in C #

Accessing Google Sheets with C # Using Google Data API

0


source







All Articles