Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ITask.GetAssignedUserIDs Method 

Returns the user IDs of users assigned to this task.

int[] GetAssignedUserIDs();

Return Value

An int array of IDs of the users who are assigned to this task.

Exceptions

Exception Type Condition
InvalidOperationException The object has already been removed.

See Also

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