IWebmasterApi.GetActivePagePreviewBlocks(String) Method

Definition

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

Parameters

siteUrl
String

Returns

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

Applies to