WebFarmAliases.

DeleteWebFarm(ICakeContext, string) Method

Summary

Deletes a web farm from local IIS.
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
WebFarmAliases

Syntax

public static bool DeleteWebFarm(this ICakeContext context, string name)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
name string The web site name.

Return Value

Type Description
bool true if exists