This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.IIS.
Summary
Checks if a WebFarm exists
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- WebFarmManager
Syntax
public bool Exists(string name)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the WebFarm |
Return Value
Type | Description |
---|---|
bool | If the WebFarm exists. |