IWebmasterApi.GetDisavowedLinks(String) Method

Definition

Get Disavowed Urls

public:
 System::Collections::Generic::List<Microsoft::Bing::Webmaster::Api::Interfaces::DisavowedLink ^> ^ GetDisavowedLinks(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.DisavowedLink> GetDisavowedLinks (string siteUrl);
abstract member GetDisavowedLinks : string -> System.Collections.Generic.List<Microsoft.Bing.Webmaster.Api.Interfaces.DisavowedLink>
Public Function GetDisavowedLinks (siteUrl As String) As List(Of DisavowedLink)

Parameters

siteUrl
String

Returns

List<DisavowedLink>
Attributes

Applies to