BaseSiteManager.

Stop(string) Method

Summary

Stops a IIS site
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
BaseSiteManager

Syntax

public bool Stop(string name)

Parameters

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

Return Value

Type Description
bool If the site was stopped.