views:

25

answers:

1

Hi All,

I was trying to integrate google docs to a windows app. In the DocReq class there isa property called as baseUri. I have no clue what it is. Also, let me know if there are any examples for the google spread sheets in c#

A: 

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#

http://stackoverflow.com/questions/725627/accessing-google-spreadsheets-with-c-using-google-data-api

Aaron M