0

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!

thecoshman
  • 8,394
  • 8
  • 55
  • 77

1 Answers1

0

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).

paradise
  • 336
  • 2
  • 15