GetPredecessors
Project.GetPredecessors method
Returns a collection of task links which are predecessors of the specified task.
public TaskLinkCollection GetPredecessors(Task task)
Parameter | Type | Description |
---|---|---|
task | Task | The task to get predecessors for. |
Return Value
List of predecessors TaskLink
.
See Also
- class TaskLinkCollection
- class Task
- class Project
- namespace Aspose.Tasks
- assembly Aspose.Tasks