ExportWebPartClass class

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.

Inheritance hierarchy

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)

Syntax

'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

Examples

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>

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

ExportWebPartClass members

Microsoft.SharePoint.SoapServer namespace