To read data from Project Server 2013 and Project Online using CSOM
- The Project Server CSOM includes three assemblies for development of client applicationsMicrosoft.ProjectServer.Client.dll
- Microsoft.SharePoint.Client.dll
- Microsoft.SharePoint.Client.Runtime.dll
Where to we get above three assemblies?
You can copy the CSOM assembly that you need from the Project Server computer or from the Project 2013 SDK download to a remote development computer.
Step 1. To create a CSOM project in Visual Studio
Step 2. To get the project context
Step 3. To read the projects from the project context
I have attached code file with this blog you can download it for your reference, for any queries feel free to ask in comment
0 Comment(s)