WebFarmAliases.

WebFarmExists(ICakeContext, string) Method

Summary

Checks if web farm exists on local IIS.
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
WebFarmAliases

Syntax

public static bool WebFarmExists(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