PullRequestDiscussionThread.

AffectedFileRelativePath Property

Summary

Gets or sets the path to the file where the message should be posted. The path needs to be relative to the repository root. Can be null if discussion is not related to a change in a file.

Syntax

public FilePath AffectedFileRelativePath { get; set; }

Value

Type Description
FilePath
GitHub