PrcaDiscussionThread.

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.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca.PullRequests
Containing Type
PrcaDiscussionThread

Syntax

public FilePath AffectedFileRelativePath { get; set; }

Value

Type Description
FilePath
GitHub