Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ITaskListManager.CreateTaskList Method 

Creates a new task list.

ITaskList CreateTaskList(
   IProject project,
   string name,
   string description
);

Parameters

project
The project that the newly-created task list belongs to; cannot be null.
name
The task list name; cannot be null.
description
The task list description; cannot be null.

Return Value

An ITaskList representing the new task list.

See Also

ITaskListManager Interface | Plumtree.Remote.PRC.Collaboration.Tasklist Namespace