AzureDevOpsPullRequest.

GetModifiedFiles() Method

Summary

Gets the files modified by the pull request.

Syntax

public IEnumerable<FilePath> GetModifiedFiles()

Return Value

Type Description
IEnumerable<FilePath> The collection of the modified files paths or an empty list if no pull request could be found and ThrowExceptionIfPullRequestCouldNotBeFound is set to false..