WebPartPagesWebService.GetWebPartPage - Méthode
Espace de noms : WebSvcwebpartpages
Assembly : STSSOAP (dans STSSOAP.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("https://microsoft.com/sharepoint/webpartpages/GetWebPartPage", RequestNamespace := "https://microsoft.com/sharepoint/webpartpages", _
ResponseNamespace := "https://microsoft.com/sharepoint/webpartpages", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetWebPartPage ( _
documentName As String, _
behavior As SPWebServiceBehavior _
) As String
'Utilisation
Dim instance As WebPartPagesWebService
Dim documentName As String
Dim behavior As SPWebServiceBehavior
Dim returnValue As String
returnValue = instance.GetWebPartPage(documentName, _
behavior)
[SoapDocumentMethodAttribute("https://microsoft.com/sharepoint/webpartpages/GetWebPartPage", RequestNamespace = "https://microsoft.com/sharepoint/webpartpages",
ResponseNamespace = "https://microsoft.com/sharepoint/webpartpages",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string GetWebPartPage(
string documentName,
SPWebServiceBehavior behavior
)
Paramètres
documentName
Type : System.StringLe nom de la Page de composants WebPart.
behavior
Type : WebSvcwebpartpages.SPWebServiceBehaviorUn objet d'énumération SPWebServiceBehavior qui indique si le client prend en charge Windows SharePoint Services 2.0 ou Windows SharePoint Services 3.0.
Valeur renvoyée
Type : System.String
Remarques
Pour accéder à ses méthodes et le service WebPartPagesWebService , définissez une référence Web à http://Virtual_Server_Name:Port_Number/_vti_adm/WebPartPages.asmx.