WebsiteManager.

Using(ICakeEnvironment, ICakeLog, ServerManager) Method

Summary

Creates a new instance of the WebsiteManager class.
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Containing Type
WebsiteManager

Syntax

public static WebsiteManager Using(ICakeEnvironment environment, ICakeLog log, ServerManager server)

Parameters

Name Type Description
environment ICakeEnvironment The environment.
log ICakeLog The log.
server ServerManager The Microsoft.Web.Administration.ServerManager to connect to.

Return Value

Type Description
WebsiteManager a new instance of the WebFarmManager.