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.igloo15.Helper.
Summary
A method used to invoke the setup action
- Assembly
- Cake
.igloo15 .Helper .dll - Namespace
- Cake
.igloo15 .Helper - Containing Type
- EventExtensions
Syntax
public static void InvokeSetup(this ICakeContext context, ProjectData data)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The Cake Context |
| data | ProjectData | The project data to invoke with |
Return Value
| Type | Description |
|---|---|
| void |
