webType Enumeration

Specifies how the Web site was opened.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
<GuidAttribute("787E1222-5DEB-461D-8234-8E9ABE7F4515")> _
Public Enumeration webType
[GuidAttribute("787E1222-5DEB-461D-8234-8E9ABE7F4515")]
public enum webType
[GuidAttribute(L"787E1222-5DEB-461D-8234-8E9ABE7F4515")]
public enum class webType
[<GuidAttribute("787E1222-5DEB-461D-8234-8E9ABE7F4515")>]
type webType
public enum webType

Members

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.

See Also

Reference

VsWebSite Namespace

VSWebSite