Hi
I have an application where each subsite has a list with the same name and carries a numeric value. The top level site also has a list with the same name.
I want to write a custom timer job(using VS 2010) that will aggregate the numeric value from all the sub sites and place it in the list that exists at the top level.
I will highly appreciate if someone can give code for that.
Many thanks...!!
Microsoft DevelopmentMicrosoft SharePoint.NET ProgrammingWeb Languages and StandardsWeb Development
Hey Koen,
Yes it has been very helpful. Atleast I am able to create the customer timer job and deploy it.
Currently, working on it so that it will aggregate the numeric value from all the sub sites and place it in the list that exists at the top level.
I am going through the other links provided by you.