![]() | 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 by the given ID. |
![]() | Returns a discussion message by its ID. |
![]() | Returns the ids of the users who are subscribed to the given discussion. |
![]() | Overloaded. Returns an array of IDiscussionMessage containing zero or more discussion messages in a given project, satisfying the discussion message filter criteria. |
![]() | Returns an array of IDiscussion that contains discussions within the given project; the returned results will be sorted according to the given IFilter . |
![]() | Removes the given discussion. |
![]() | Subscribe users of the given ids to the given discussion and all discussion posts within that discussion. |
![]() | Unsubscribe users of the given ids from a discussion, including all the posts within the discussion. |
IDiscussionManager Interface | Plumtree.Remote.PRC.Collaboration.Discussion Namespace