IWebmasterApi.RemoveCountryRegionSettings 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 RemoveCountryRegionSettings(System::String ^ siteUrl, Microsoft::Bing::Webmaster::Api::Interfaces::CountryRegionSettings ^ settings);
[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 RemoveCountryRegionSettings (string siteUrl, Microsoft.Bing.Webmaster.Api.Interfaces.CountryRegionSettings settings);
abstract member RemoveCountryRegionSettings : string * Microsoft.Bing.Webmaster.Api.Interfaces.CountryRegionSettings -> unit
Public Sub RemoveCountryRegionSettings (siteUrl As String, settings As CountryRegionSettings)
Parameters
- siteUrl
- String
- settings
- CountryRegionSettings
- Attributes