SPProxyWebPartManager class

Provides a way for developers to declare static connections in a content page when a SPWebPartManager control is declared in the master page that is associated with the content page.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebParts.ProxyWebPartManager
      Microsoft.SharePoint.WebPartPages.SPProxyWebPartManager

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

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPProxyWebPartManager _
    Inherits ProxyWebPartManager
'Usage
Dim instance As SPProxyWebPartManager
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPProxyWebPartManager : ProxyWebPartManager

Remarks

Derived from ASP.NET ProxyWebPartManager. For more information, refer to ASP.NET ProxyWebPartManager.

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

SPProxyWebPartManager members

Microsoft.SharePoint.WebPartPages namespace