UserProfileChangeService.GetUserAllChanges Method
Gets all changes made to the specified user’s profile.
Namespace: [UserProfileChangeService Web service]
Web service reference: http://Site/_vti_bin/UserProfileChangeService.asmx
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService/GetUserAllChanges", RequestNamespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService", _
ResponseNamespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetUserAllChanges ( _
userAccountName As String _
) As UserProfileChangeDataContainer
'Usage
Dim instance As UserProfileChangeService
Dim userAccountName As String
Dim returnValue As UserProfileChangeDataContainer
returnValue = instance.GetUserAllChanges(userAccountName)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService/GetUserAllChanges", RequestNamespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService",
ResponseNamespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public UserProfileChangeDataContainer GetUserAllChanges(
string userAccountName
)
Parameters
userAccountName
Type: System.StringThe account name of the user’s profile.
Return Value
Type: [UserProfileChangeService Web service].UserProfileChangeDataContainer
All changes made to the specified user’s profile.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | userAccountName is null . |
UserNotFoundException | A user profile does not exist for the user name. |
Remarks
This method returns all changes made to the profile of the user specified by the userAccountName parameter, up to a limit of 1000.
See Also
Reference
UserProfileChangeService Class