SharepointPublishingToolboxService.FetchPanelsInformationByUrl method

Fetches a list of toolbox panel information for the given page or page layout URL.

Namespace:  Microsoft.SharePoint.Publishing.WebServices
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function FetchPanelsInformationByUrl ( _
    pageLayoutUrl As String, _
    cultureName As String _
) As PanelInfo()
'Usage
Dim instance As SharepointPublishingToolboxService
Dim pageLayoutUrl As String
Dim cultureName As String
Dim returnValue As PanelInfo()

returnValue = instance.FetchPanelsInformationByUrl(pageLayoutUrl, _
    cultureName)
[WebMethodAttribute]
public PanelInfo[] FetchPanelsInformationByUrl(
    string pageLayoutUrl,
    string cultureName
)

Parameters

  • pageLayoutUrl
    Type: System.String

    A URL of a page layout master file in the master page gallery.

  • cultureName
    Type: System.String

    A string that contains the name of the culture for which the panel information will be returned.

Return value

Type: []

See also

Reference

SharepointPublishingToolboxService class

SharepointPublishingToolboxService members

Microsoft.SharePoint.Publishing.WebServices namespace

SharepointPublishingToolboxService