![]() | Returns a new IDiscussion object in the given project. |
![]() | Returns a discussion filter object that shows all discussions. |
![]() | Returns a discussion message filter for narrowing query results. |
![]() | Returns a discussion with the given ID. |
![]() | Returns a discussion message with the given ID. |
![]() | Returns child messages of the message with the given ID. |
![]() | Returns the IDs of the users who are subscribed to the given discussion. |
![]() | Overloaded. Returns an array of IDiscussionMessage s that represent zero or more discussion messages in a discussion, satisfying the given discussion message filter. |
![]() | Returns an array of IDiscussion s that represent discussions within the given project; the returned results will be sorted according to the given IFilter . |
![]() | Removes the given discussion. |
![]() | Subscribes users with the given IDs to the given discussion and all discussion posts within that discussion. |
![]() | Unsubscribes users with the given IDs from a discussion, including all the posts within the discussion. |
IDiscussionManager Interface | Plumtree.Remote.PRC.Collaboration.Discussion Namespace