WebPartGalleryPicker class

NOTE: This API is now obsolete.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebControls.WebPartGalleryPicker

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

Syntax

'Declaration
<ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public NotInheritable Class WebPartGalleryPicker _
    Inherits Control
'Usage
Dim instance As WebPartGalleryPicker
[ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public sealed class WebPartGalleryPicker : Control

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WebPartGalleryPicker members

Microsoft.SharePoint.WebControls namespace