First of all let me start by saying that I'm not a professional SharePoint 2010 developer. I know some basics and read about how SharePoint is constructed and stuff, played with it a little, but it was only out of curiosity not for work.
And now I have a problem. Our SP developer can't be reached for about 2 weeks and I was given the urgent task of changind permissions on some documents in a document center. I have the list of all the document IDs that I must change. So, I was thinking to write a console app, get the documents one by one and change the permissions.
But I have no ideea how to get the documents based on the Document ID.
Can you point me to some example or resource to get files based on their Document ID? So far I wasn't able to find anything usefull but there is a great change that I'm not looking it up correctly (as I said, I'm not very familiar with SharePoint)
