In Shared Documents I have a document "New”, here I am going to check whether the item is in hold or not using SharePoint object model.
- Open Visual Studio 2010.
- Create a new console application.
- Add the following references.
- Microssoft.Office.Policy.dll
- Microsoft.SharePoint.dll
- Add the following namespaces.
- using Microsoft.SharePoint;
- using Microsoft.Office.RecordsManagement.Holds;
- Replace the code with the following.
using