SiteData.GetChangesEx method

Namespace:  WebSvcSiteData
Assembly:  STSSOAP (in STSSOAP.dll)

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

Return value

Type: System.String

See also

Reference

SiteData class

SiteData members

WebSvcSiteData namespace