Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ITaskList Interface

Interface that represents 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.

Any 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: idk (in idk.dll)

See Also

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