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
Creates a IIS site
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- BaseSiteManager
Syntax
protected Site CreateSite(SiteSettings settings, out bool exists)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | SiteSettings | The setting of the site |
| exists | bool | Check if the site exists |
Return Value
| Type | Description |
|---|---|
| Site | IIS Site. |
