Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ITaskListManager.GetSubscribedUserIDs Method 

Returns the IDs of the users who are subscribed to the given task list.

int[] GetSubscribedUserIDs(
   ITaskList taskList
);

Parameters

taskList
The task list; cannot be null.

Return Value

The IDs of the users who are subscribed to the task list.

Exceptions

Exception Type Condition
InvalidOperationException The task list has not yet been stored or has already been removed.
CollaborationException The method call resulted in an error.
SoapException There was a communication problem during the execution of the remote method call.

See Also

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