Featured
-
No Featured Found!
Tags
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...