Hi, I'm working on a sharepoint 2007 installation, where I have to access some documents under "Shared Documents", and determine their "last modified" date programmatically.
I'm writing my program in c#, and was wondering if there was a (web)service I can access to help me with this. We already use a service at
http://[sharepointsite]/_vti_bin/excelservice.asmx
for accessing and processing some .xlsx files (and it's these files I need to check "last modified").
Using the excel-service, I can access the files with a url like:
http://[sharepointsite]/sites/calculator/Shared%20Documents/product/MyCalculations.xlsx
Is there a service I can use to access such a file, and find its "last modified" date?
Thanks,
Peter
I'm writing my program in c#, and was wondering if there was a (web)service I can access to help me with this. We already use a service at
http://[sharepointsite]/_vti_bin/excelservice.asmx
for accessing and processing some .xlsx files (and it's these files I need to check "last modified").
Using the excel-service, I can access the files with a url like:
http://[sharepointsite]/sites/calculator/Shared%20Documents/product/MyCalculations.xlsx
Is there a service I can use to access such a file, and find its "last modified" date?
Thanks,
Peter