IWebmasterApi.RemoveDeepLinkBlock(String, String, String, String) Method

Definition

public:
 void RemoveDeepLinkBlock(System::String ^ siteUrl, System::String ^ market, System::String ^ searchUrl, System::String ^ deepLinkUrl);
[System.ServiceModel.FaultContract(typeof(Microsoft.Bing.Webmaster.Api.Interfaces.ApiFault))]
[System.ServiceModel.OperationContract]
[System.ServiceModel.Web.WebInvoke(BodyStyle=System.ServiceModel.Web.WebMessageBodyStyle.WrappedRequest, Method="POST")]
public void RemoveDeepLinkBlock (string siteUrl, string market, string searchUrl, string deepLinkUrl);
abstract member RemoveDeepLinkBlock : string * string * string * string -> unit
Public Sub RemoveDeepLinkBlock (siteUrl As String, market As String, searchUrl As String, deepLinkUrl As String)

Parameters

siteUrl
String
market
String
searchUrl
String
deepLinkUrl
String
Attributes

Applies to