IIssueExtensions.

FileName(IIssue) Method

Summary

Returns the name of the file of the AffectedFileRelativePath.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IIssueExtensions

Syntax

public static string FileName(this IIssue issue)

Parameters

Name Type Description
issue IIssue Issue for which the file name should be returned.

Return Value

Type Description
string Name of the file affected by the issue.