| Plumtree EDK (Enterprise Web Development Kit) 5.4.0 |
|
ITask.AddAssignedUser Method
Assigns a user to the task.
void AddAssignedUser(
int userID
);
Parameters
-
userID
- The user ID; user ID must be positive.
Exceptions
| Exception Type |
Condition |
|
InvalidOperationException
|
if the object already been removed. |
See Also
ITask Interface | Plumtree.Remote.PRC.Collaboration.Tasklist Namespace