Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDiscussion.GetModeratorIDs Method 

Returns an integer array of IDs of the current discussion's moderators.

int[] GetModeratorIDs();

Return Value

An integer array of IDs of the moderators for this discussion.

Remarks

The user who creates a discussion is not added automatically as its moderator.

Exceptions

Exception Type Condition
InvalidOperationException The object has not yet been stored or has already been removed.

See Also

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