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 file path flag
- Assembly
- Cake
.Endpoint .dll - Namespace
- Cake
.Endpoint .Model - Containing Type
- File
Syntax
public bool IsFilePath { get; set; }
Value
Type | Description |
---|---|
bool |
A flag indicating that the TargetPath is a file path.
|