Can anyone elaborate on the parameter values to be supplied for GetChanges method of SiteData Web Service?
Basically I am not able to understand what value should we supply for startChangeID and EndChangeID and from where can we get these values?
Any help on this would be greatly appreciated.
Thanks.
Try calling GetContent first with
Where lastChangeID is an empty string. This should give back results like
Where 146b129e-4f56-4701-ada2-b370744f2ca3 is the guid of my ContentDb The ChangeId mentioned here can be used in place of the lastChangeId and currentChangeId. My results appeared like
The process is exactly the same when using SiteDataService.ObjectType.Site