SolutionFolder.

SolutionFolder(string, string, FilePath) Constructor

Summary

Initializes a new instance of the SolutionFolder class.
Namespace
Cake.Common.Solution
Containing Type
SolutionFolder

Syntax

public SolutionFolder(string id, string name, FilePath path)

Parameters

Name Type Description
id string The folder project identity.
name string The folder name.
path FilePath The folder path.

Return Value

Type Description
void