SiteData.GetChangesEx Method
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetChangesEx", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetChangesEx ( _
version As Integer, _
xmlInput As String _
) As String
'Usage
Dim instance As SiteData
Dim version As Integer
Dim xmlInput As String
Dim returnValue As String
returnValue = instance.GetChangesEx(version, _
xmlInput)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/GetChangesEx", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string GetChangesEx(
int version,
string xmlInput
)
Parameters
- version
Type: System.Int32
- xmlInput
Type: System.String
Return Value
Type: System.String