Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ITaskList Interface

An ITaskList is a container for ITask. It handles task creation and removal. To create a subtask, use ITask.CreateSubTask. To create a dependent task, use ITask.AddDependentTask.

All task list modifications will not be stored permanently until Store is called.

For a list of all members of this type, see ITaskList Members.

public interface ITaskList

Requirements

Namespace: Plumtree.Remote.PRC.Collaboration.Tasklist

Assembly: edk (in edk.dll)

See Also

ITaskList Members | Plumtree.Remote.PRC.Collaboration.Tasklist Namespace