Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ITask.RemoveAssignedUser Method 

Removes an assigned user from the task.

void RemoveAssignedUser(
   int userID
);

Parameters

userID
The user id; must be positive.

Remarks

If the user with the given ID does not exist, the call will be ignored.

Exceptions

Exception Type Condition
InvalidOperationException The object has already been removed.

See Also

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