Predecessor related

Hi Team,


Is there a way to directly print the predecessor in the predecessor column along with the comma to create the predecessor relation ?
(Use of the below will make use of for loop which I want to skip for performance issue.)

Instead of using the below code i.e. Tasklinks.Add

projectWrite.TaskLinks.Add(projectWrite.RootTask.Children.GetById(value), Task);

Can I print like 102,103,104 directly in the predecessor column like a string as we print the tasks description or any extended attribute.?

Thanks
Abhishek Prasad


Hi Abhishek,


I am afraid that there is no other option available to get the list of predecessors as string except getting list from the TasksLinks collection. Please feel free to write us back for any other query related to Aspose.Tasks.