BaseSiteManager.

CreateSite(SiteSettings, bool) Method

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.