ApplicationPoolManager.

Exists(string) Method

Summary

Checks if an application pool exists
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
ApplicationPoolManager

Syntax

public bool Exists(string name)

Parameters

Name Type Description
name string The name of the application pool

Return Value

Type Description
bool If the application pool exists.