WebPartGalleryPicker.GetListOfSelectedWebParts Method
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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: []