SharepointPublishingToolboxService.FetchControlLists Method
Fetches the toolbox control list.
Namespace: Microsoft.SharePoint.Publishing.WebServices
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function FetchControlLists ( _
controlListIds As String(), _
cultureName As String _
) As String()
'Usage
Dim instance As SharepointPublishingToolboxService
Dim controlListIds As String()
Dim cultureName As String
Dim returnValue As String()
returnValue = instance.FetchControlLists(controlListIds, _
cultureName)
[WebMethodAttribute]
public string[] FetchControlLists(
string[] controlListIds,
string cultureName
)
Parameters
controlListIds
Type: []A list of control list IDs. These items should be from the results of the prior call to FetchPanelsInformationByUrl).
cultureName
Type: System.StringA string that contains the name of the culture for which the panel information will be returned.
Return Value
Type: []
Returns an XML string that contains a list that describes pre-bounds controls for all the fields in a specified content type.
See Also
Reference
SharepointPublishingToolboxService Class
SharepointPublishingToolboxService Members