BaseSiteManager.

ApplicationExists(ApplicationSettings) Method

Summary

Checks if a virtual application exists in a IIS site
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
BaseSiteManager

Syntax

public bool ApplicationExists(ApplicationSettings settings)

Parameters

Name Type Description
settings ApplicationSettings The settings of the application to remove

Return Value

Type Description
bool If the application was removed.