This documentation is archived and is not being maintained.
IDiscussionManager Interface
Visual Studio 2013
Manages publishing and querying the discussions against Team Foundation Server.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
The IDiscussionManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | LocalDataRetentionDays | The number of days the local data will be retained since the last saved date. |
| Name | Description | |
|---|---|---|
![]() | BeginCleanup | Cleans up the discussions in the local storage. |
![]() | BeginPublish | Publishes the discussions so other viewers can see them. |
![]() | BeginQueryByCodeReviewRequest | Queries the discussions associated with the specified code review request. The results can come from the server or the local store, or both, by setting the option, whose default value is QueryStoreOption.ServerOnly. |
![]() | BeginQueryByVersion | Queries the discussions associated with the specified changeset or shelveset. The results can come from the server or the local store, or both, by setting the option, whose default value is QueryStoreOption.ServerOnly. |
![]() | BeginSave | Saves the changed discussions to the local storage. |
![]() | EndCleanup | Ends cleaning up the discussions. |
![]() | EndPublish | Ends publishing the discussions. |
![]() | EndQueryByCodeReviewRequest | Ends querying discussions by the specified code review request. |
![]() | EndQueryByVersion | Ends querying discussions by the specified changeset or shelveset. |
![]() | EndSave | Ends saving the discussions. |
| Name | Description | |
|---|---|---|
![]() | LocalDataLost | Notifies that the local storage is corrupted and existing data is lost. |
Show:
