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
Removes site virtual directory from local IIS.
Syntax
public static void RemoveSiteVirtualDirectory(this ICakeContext context, VirtualDirectorySettings settings)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| settings |
VirtualDirectorySettings |
The virtual directory settings. |
Return Value