How can I change task parent in Project Server 2013 via client object model? I can achieve this in Project 2013 Professional. In DraftTask class "Parent" property is read only.
Thank you!
How can I change task parent in Project Server 2013 via client object model? I can achieve this in Project 2013 Professional. In DraftTask class "Parent" property is read only.
Thank you!
It seems that you can't. A solution would be to clone your actual task and set its new parent task in the TaskCreationInformation class ("ParentId" property).