Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides an ASP.NET page that returns the DWP string format of a Web Part given a Web Part Page and the Web Part GUID.
System.Object
System.Web.UI.Control
System.Web.UI.TemplateControl
System.Web.UI.Page
Microsoft.SharePoint.WebControls.DeltaPage
Microsoft.SharePoint.WebPartPages.WebPartPage
Microsoft.SharePoint.SoapServer.ExportWebPartClass
Namespace: Microsoft.SharePoint.SoapServer
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public Class ExportWebPartClass _
Inherits WebPartPage
'Usage
Dim instance As ExportWebPartClass
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public class ExportWebPartClass : WebPartPage
The following code example shows a button on a Web page that returns the DWP of a Web Part on a Web Part Page.
<a href="http://MyServer/_vti_bin/exportwp.aspx?pageurl=' http://MyServer/default.aspx'&guidstring='Guid(WebPartID)’" title="Export"><img src="/_layouts/images/export.gif" alt="Export"></a>
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.