Summary
Gets or sets the folder name for 'runFirstAfterUp' scripts.
- Namespace
- Cake
.Common .Tools .Roundhouse - Containing Type
- RoundhouseSettings
Syntax
public string RunFirstAfterUpFolderName { get; set; }
Value
Type | Description |
---|---|
string | The name of the folder where you keep any functions, views, or sprocs that are order dependent. If you have a function that depends on a view, you definitely need the view in this folder. |