Edit

CommentThread Class

Definition

Represents a comment thread of a pull request. A thread contains meta data about the file it was left on along with one or more comments (an initial comment and the subsequent replies).

[System.Runtime.Serialization.DataContract]
public class CommentThread : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type CommentThread = class
    inherit VersionControlSecuredObject
Public Class CommentThread
Inherits VersionControlSecuredObject
Inheritance
Derived
Attributes

Constructors

CommentThread()

Properties

Comments

A list of the comments.

Id

The comment thread id.

Identities

Set of identities related to this thread

IsDeleted

Specify if the thread is deleted which happens when all comments are deleted.

LastUpdatedDate

The time this thread was last updated.

Links

Links to other related objects.

Properties

Optional properties associated with the thread as a collection of key-value pairs.

PublishedDate

The time this thread was published.

Status

The status of the comment thread.

ThreadContext

Specify thread context such as position in left/right file.

Methods

SetSecuredObject(ISecuredObject)

Explicit Interface Implementations

ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to