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
Adds a virtual directory to a IIS site
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Containing Type
- BaseSiteManager
Syntax
public bool AddVirtualDirectory(VirtualDirectorySettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | Virtual |
The settings of the virtual directory to add |
Return Value
Type | Description |
---|---|
bool | If the virtual directory was added. |