Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDiscussion.GetModeratorIDs Method 

Returns an int array of ids of the current discussion's moderators.

int[] GetModeratorIDs();

Return Value

Ids of the discussion moderators.

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