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
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPProxyWebPartManager _
Inherits ProxyWebPartManager
Dim instance As SPProxyWebPartManager
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
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.