Link to home
Start Free TrialLog in
Avatar of COTraveler
COTravelerFlag for United States of America

asked on

Accessing SharePoint information regarding specific documents using C#

Hello,
I have a routine that is currently gathering SharePoint files using their UNC locations as specified in a SQL Server database table.  However, along with this I need to also gather details regarding each file (document) as displayed in SharePoint.  I am specifically interested in Name, Modified, and Modified By details of each file.  Since these are Microsoft Project files, not part of the Office suite of applications, some of the details (i.e., Modified By), are not available through Windows Explorer.

Does anybody know of a method or can provide an example where document information from SharePoint can be captured using C# or even VB.NET?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of COTraveler

ASKER

Thanks CodeCruiser, the information you provided is exactly what I'm seeking.