NDepend.API Documentation
ParticularAnalysisResultFilePath Property
NDepend.Project Namespace > IProjectBaseline Interface : ParticularAnalysisResultFilePath Property
Gets or sets the NDepend.Analysis.IAnalysisResultRef.NDepend.Analysis.IAnalysisResultRef.AnalysisResultFilePath used when this baseline's AnalysisResultMode is set to BaselineAnalysisResultMode.BaselineAnalysisResultMode.ParticularAnalysisResult.
Syntax
IFilePath ParticularAnalysisResultFilePath {get; set;}
Remarks
If the returned path is a relative path (NDepend.Path.IFilePath.NDepend.Path.IPath.IsRelativePath), the path is relative to the current NDepend project file path (IProjectProperties.IProjectProperties.FilePath.NDepend.Path.IAbsolutePath.ParentDirectoryPath).
An empty value for this property is represented by a null reference.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IProjectBaseline Interface
IProjectBaseline Members