Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

last modified?

Status
Not open for further replies.

xdzgor

Programmer
May 17, 2010
4
DK
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top