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.IIS.
Summary
Starts a IIS site
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- BaseSiteManager
Syntax
public bool Start(string name)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the site to start |
Return Value
Type | Description |
---|---|
bool | If the site was started. |