I know that you can change the settings on a document library to onlykeep so many number of versions (major/minor). I have a situationwhere we'd like to keep a version history based on Modified Date. Ifan old version of a document was modified more than a year ago todelete it. What would be the easiest way to accomplish this?
I would try an Information Management Policy. This might only work for themajor version though, so you would have to test it. If that doesn't work youwould need to create some kind of recurring job or event handler. This isdoable, but probably won't be easy to accomplish without custom programming.
I thought about using an Information Management Policy, but I thinkthat only works for the current Major version of the document. I'mguessing I'll have to go the custom programming route if I want topursue this.
An event handler would be easier, but would only fire when something was donewith the document. A custom timer job would work, but would be more difficultto associate with a particular library.