BaseSiteManager.

Exists(string) Method

Summary

Checks if a site exists in IIS
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
BaseSiteManager

Syntax

public bool Exists(string name)

Parameters

Name Type Description
name string The name of the site to check

Return Value

Type Description
bool If the site exists.