SiteData Class
Provides methods that return metadata or list data from sites or lists in Microsoft Windows SharePoint Services.
Web Service: Site DataWeb Reference: http://<Site>/_vti_bin/SiteData.asmx
<WebServiceBindingAttribute(Name:="SiteDataSoap", Web Service:="http://schemas.microsoft.com/sharepoint/soap/")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
<DesignerCategoryAttribute("code")> _
Public Class SiteData
Inherits SoapHttpClientProtocol
Dim instance As SiteData
[WebServiceBindingAttribute(Name="SiteDataSoap", Web Service="http://schemas.microsoft.com/sharepoint/soap/")]
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
[DebuggerStepThroughAttribute]
[DesignerCategoryAttribute("code")]
public class SiteData : SoapHttpClientProtocol
The methods of the Site Data service are used by search services to extract and crawl data.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
Site Data.SiteData
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.