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.StringA URL of a page layout master file in the master page gallery.
cultureName
Type: System.StringA 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