NDepend.API Documentation
OtherProjectFilePath Property
NDepend.Project Namespace > IProjectBaseline Interface : OtherProjectFilePath Property
Gets or sets the other NDepend project file path, used when this baseline's ProjectMode is set to BaselineProjectMode.BaselineProjectMode.AnotherProject.
Syntax
IFilePath OtherProjectFilePath {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