IWebmasterApi.RemoveDeepLinkBlock(String, String, String, 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.
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