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