Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何通过客户端对象模型更改 Project Server 2013 中的任务父级?我可以在 Project 2013 Professional 中实现这一点。在 DraftTask 类中,“父”属性是只读的。
谢谢!
看来你不能。一种解决方案是克隆您的实际任务并在 TaskCreationInformation 类(“ParentId”属性)中设置其新的父任务。