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 source directory path
- Assembly
- Cake
.Endpoint .dll - Namespace
- Cake
.Endpoint .Model - Containing Type
- Directory
Syntax
public string SourcePath { get; set; }
Value
Type | Description |
---|---|
string |
A relative directory path that will be copied to the corresponding TargetPath .
|