语言

IWebmasterApi.GetFetchedUrls(String) Method

Definition

Return list of fetched URLs

public:
 System::Collections::Generic::List<Microsoft::Bing::Webmaster::Api::Interfaces::FetchedUrl ^> ^ GetFetchedUrls(System::String ^ siteUrl);
[System.ServiceModel.FaultContract(typeof(Microsoft.Bing.Webmaster.Api.Interfaces.ApiFault))]
[System.ServiceModel.OperationContract]
[System.ServiceModel.Web.WebGet(BodyStyle=System.ServiceModel.Web.WebMessageBodyStyle.WrappedRequest)]
public System.Collections.Generic.List<Microsoft.Bing.Webmaster.Api.Interfaces.FetchedUrl> GetFetchedUrls(string siteUrl);
abstract member GetFetchedUrls : string -> System.Collections.Generic.List<Microsoft.Bing.Webmaster.Api.Interfaces.FetchedUrl>
Public Function GetFetchedUrls (siteUrl As String) As List(Of FetchedUrl)

Parameters

siteUrl
String

Returns

Attributes

Applies to