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.grate.
Summary
Gets or sets the output path.
- Assembly
- Cake
.grate .dll - Namespace
- Cake
.Grate - Containing Type
- GrateSettings
Syntax
public string OutputPath { get; set; }
Value
Type | Description |
---|---|
string | This is where everything related to the migration is stored. This includes any backups, all items that ran, permission dumps, logs, etc. Default is %LOCALAPPDATA%/grate. |