webType Enumeration
Specifies how the Web site was opened.
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
| Member name | Description | |
|---|---|---|
| webTypeFileSystem | The Web site was opened from the file system. | |
| webTypeFrontPage | The Web site was opened through Front Page server extensions. The webTypeFrontPage enumeration value can include localhost sites. | |
| webTypeFTP | The Web site was opened through FTP. | |
| webTypeLocalhost | The Web site was opened from IIS on the current computer. Access is through the file system. |
Show: