WebPartQuickAdd Class

NOTE: This API is now obsolete.

This class and its members are reserved for internal use and are not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.WebPartPages.WebPartQuickAdd

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

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

WebPartQuickAdd Members

Microsoft.SharePoint.WebPartPages Namespace