UserProfileChangeService.GetAllChanges method

Gets all of the user profile change entries.

Namespace:  WebSvcUserProfileChangeService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService/GetAllChanges", RequestNamespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService",  _
    ResponseNamespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetAllChanges As UserProfileChangeDataContainer
'Usage
Dim instance As UserProfileChangeService
Dim returnValue As UserProfileChangeDataContainer

returnValue = instance.GetAllChanges()
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService/GetAllChanges", RequestNamespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService", 
    ResponseNamespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public UserProfileChangeDataContainer GetAllChanges()

Return value

Type: WebSvcUserProfileChangeService.UserProfileChangeDataContainer
All of the user profile change entries.

Remarks

This method returns all changes to the user profiles in the user profile database, up to a limit of 1000.

See also

Reference

UserProfileChangeService class

UserProfileChangeService members

WebSvcUserProfileChangeService namespace