webType Enumeration

 

Specifies how the Web site was opened.

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

Syntax

[GuidAttribute("787E1222-5DEB-461D-8234-8E9ABE7F4515")]
public enum webType
[GuidAttribute("787E1222-5DEB-461D-8234-8E9ABE7F4515")]
public enum class webType
[<GuidAttribute("787E1222-5DEB-461D-8234-8E9ABE7F4515")>]
type webType
<GuidAttribute("787E1222-5DEB-461D-8234-8E9ABE7F4515")>
Public Enumeration 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

VSWebSite
VsWebSite Namespace

Return to top