
Featured
- 
        
No Featured Found!
 
Tags
Read projects from Project Server 2013 and Project Online using CSOM - Video Tutorial
                      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.Sha... 
                      Creating EPT in project online using CSOM
                      Hello Reader,
The following code is used to create a new Enterprise Project Type(EPT):
public void CreateEnterpriseProjectType(Guid eptGuid, string eptName, string eptDescription)
    {
        ProjectContext projectContext = new Projec... 
                      
        
        