socialMatrix
socialMatrix

Reputation: 1443

getting list for documents from external sharepoint site

There is a external sharepoint site --> http://(Servername)/FrmsRep/Lists/Sagicor%20Forms%20Repository/AllItems.aspx

I need to get a list for documents from here to my C# webpart.

How would I do that? I've been trying to search but can't find anything :-( OR I do not know what to search.

Upvotes: 0

Views: 1292

Answers (1)

MishaU
MishaU

Reputation: 708

For external sharepoint site you could use

  1. SharePoint Client Object Model - it use SharePoint Web Services
  2. SharePoint Web Services e.g. Lists Web Service
  3. ADO.NET Data Services

Upvotes: 1

Related Questions