Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDiscussion.RemoveModerator Method 

Removes a user from the discussion moderator list.

void RemoveModerator(
   int userID
);

Parameters

userID
The user ID to remove; must be positive.

Remarks

Ignored if no user exists with the given ID.

Exceptions

Exception Type Condition
InvalidOperationException The object has not yet been stored or has already been removed.
ArgumentException The userID is not positive.

See Also

IDiscussion Interface | Plumtree.Remote.PRC.Collaboration.Discussion Namespace