Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ITaskListManager.CreateTaskList Method 

Returns a new ITaskList.

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

Parameters

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

Return Value

ITaskList the task list.

See Also

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