IWebmasterApi.RemovePagePreviewBlock(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 RemovePagePreviewBlock(System::String ^ siteUrl, System::String ^ url);
[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 RemovePagePreviewBlock (string siteUrl, string url);
abstract member RemovePagePreviewBlock : string * string -> unit
Public Sub RemovePagePreviewBlock (siteUrl As String, url As String)
Parameters
- siteUrl
- String
- url
- String
- Attributes