Sites.ExportSolution - Méthode
Espace de noms : WebSvcsites
Assembly : STSSOAP (dans STSSOAP.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/ExportSolution", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ExportSolution ( _
solutionFileName As String, _
title As String, _
description As String, _
fullReuseExportMode As Boolean, _
includeWebContent As Boolean _
) As String
'Utilisation
Dim instance As Sites
Dim solutionFileName As String
Dim title As String
Dim description As String
Dim fullReuseExportMode As Boolean
Dim includeWebContent As Boolean
Dim returnValue As String
returnValue = instance.ExportSolution(solutionFileName, _
title, description, fullReuseExportMode, _
includeWebContent)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/ExportSolution", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string ExportSolution(
string solutionFileName,
string title,
string description,
bool fullReuseExportMode,
bool includeWebContent
)
Paramètres
- solutionFileName
Type : System.String
- title
Type : System.String
- description
Type : System.String
- fullReuseExportMode
Type : System.Boolean
- includeWebContent
Type : System.Boolean
Valeur renvoyée
Type : System.String