IWebmasterApi.GetDeepLinkBlocks(String) Method

Definition

public:
 System::Collections::Generic::List<Microsoft::Bing::Webmaster::Shared::DataContracts::DeepLinkBlock ^> ^ GetDeepLinkBlocks(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.Shared.DataContracts.DeepLinkBlock> GetDeepLinkBlocks (string siteUrl);
abstract member GetDeepLinkBlocks : string -> System.Collections.Generic.List<Microsoft.Bing.Webmaster.Shared.DataContracts.DeepLinkBlock>
Public Function GetDeepLinkBlocks (siteUrl As String) As List(Of DeepLinkBlock)

Parameters

siteUrl
String

Returns

List<Microsoft.Bing.Webmaster.Shared.DataContracts.DeepLinkBlock>
Attributes

Applies to