2

I was trying to integrate Google Docs to a Windows app. In the DocReq class there is a property called baseURI. I have no clue what it is. Also, let me know if there are any examples for the Google Spreadsheets in C#

Nimantha
  • 6,405
  • 6
  • 28
  • 69
user168635
  • 127
  • 2
  • 5

1 Answers1

0

The baseURI is simply the base URI for the Document request. This wikipedia article explains a URI

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

Here is another question from Stackoverflow that has some examples about google spread sheets in c#

Accessing Google Spreadsheets with C# using Google Data API

Community
  • 1
  • 1
Aaron M
  • 2,523
  • 1
  • 23
  • 38