This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Endpoint.
Summary
Gets or sets the parent path where the endpoints will be created.
- Assembly
- Cake
.Endpoint .dll - Namespace
- Cake
.Endpoint .Services - Containing Type
- Endpoint
Creator Settings
Syntax
public string TargetRootPath { get; set; }
Value
Type | Description |
---|---|
string |
A string that will be used as target directory; defaults to ./
|