다음을 통해 공유


UserProfileChangeService.GetAllChanges Method

Gets all of the user profile change entries.

Namespace:  [UserProfileChangeService Web service]
Web service reference: http://Site/_vti_bin/UserProfileChangeService.asmx

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: [UserProfileChangeService Web service].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

UserProfileChangeService Web Service