IWebmasterApi.GetFetchedUrls(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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