ExportWebPartFileClass - Classe
Fournit une page ASP.NET qui renvoie le format de chaîne DWP d'un Web Part reçoit le nom de fichier du fichier DWP.
Hiérarchie d’héritage
System.Object
System.Web.UI.Control
System.Web.UI.TemplateControl
System.Web.UI.Page
Microsoft.SharePoint.SoapServer.ExportWebPartFileClass
Espace de noms : Microsoft.SharePoint.SoapServer
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public Class ExportWebPartFileClass _
Inherits Page
'Utilisation
Dim instance As ExportWebPartFileClass
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public class ExportWebPartFileClass : Page
Exemples
L'exemple de code suivant affiche un bouton sur une page Web qui renvoie le format de chaîne DWP d'un WebPart.
<a href="http://hlsharepoint/_vti_bin/expurlwp.aspx?FileName=MyWebPart%2edwp" title="Export"><img src="/_layouts/images/export.gif" alt="Export"></a>
Cohérence de thread
Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.