Click here to Skip to main content
15,886,422 members
Articles / Programming Languages / C#

Using SharePoint Web Services to Explore Document Libraries

Rate me:
Please Sign up or sign in to vote.
3.38/5 (19 votes)
8 Jul 2007CPOL1 min read 178.4K   4.3K   31  
Using SharePoint Web Services to explore document libraries.
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Sharepoint_Explore.Properties" GeneratedClassName="Settings">
  <Profiles />
  <Settings>
    <Setting Name="Sharepoint_Explore_Webs_Webs" Type="(Web Service URL)" Scope="Application">
      <Value Profile="(Default)">http://p-mf/_vti_bin/Webs.asmx</Value>
    </Setting>
    <Setting Name="Sharepoint_Explore_Lists_Lists" Type="(Web Service URL)" Scope="Application">
      <Value Profile="(Default)">http://p-mf/_vti_bin/Lists.asmx</Value>
    </Setting>
  </Settings>
</SettingsFile>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Netherlands Netherlands
Please visit my website for more articles

I'm software developer & Ph.D. student

Comments and Discussions