Share via


WebPartGalleryPicker.GetListOfSelectedWebParts method

NOTE: This API is now obsolete.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")> _
Public Function GetListOfSelectedWebParts As String()
'Usage
Dim instance As WebPartGalleryPicker
Dim returnValue As String()

returnValue = instance.GetListOfSelectedWebParts()
[ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")]
public string[] GetListOfSelectedWebParts()

Return value

Type: []

See also

Reference

WebPartGalleryPicker class

WebPartGalleryPicker members

Microsoft.SharePoint.WebControls namespace