SiteData.GetContentEx - Méthode
Espace de noms : WebSvcSiteData
Assembly : STSSOAP (dans STSSOAP.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetContentEx", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetContentEx ( _
version As Integer, _
xmlInput As String _
) As String
'Utilisation
Dim instance As SiteData
Dim version As Integer
Dim xmlInput As String
Dim returnValue As String
returnValue = instance.GetContentEx(version, _
xmlInput)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetContentEx", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string GetContentEx(
int version,
string xmlInput
)
Paramètres
- version
Type : System.Int32
- xmlInput
Type : System.String
Valeur renvoyée
Type : System.String