Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how the Web site can be opened.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
<GuidAttribute("63183147-9B1D-45A2-BA93-405EF1A5A8D4")> _
Public Enumeration OpenWebsiteOptions
[GuidAttribute("63183147-9B1D-45A2-BA93-405EF1A5A8D4")]
public enum OpenWebsiteOptions
[GuidAttribute(L"63183147-9B1D-45A2-BA93-405EF1A5A8D4")]
public enum class OpenWebsiteOptions
[<GuidAttribute("63183147-9B1D-45A2-BA93-405EF1A5A8D4")>]
type OpenWebsiteOptions
public enum OpenWebsiteOptions
Members
Member name | Description | |
---|---|---|
OpenWebsiteOption_None | Open the Web site with no special options. | |
OpenWebsiteOption_UseFrontpageForLocalhost | Open the Web site with the local IIS Web server (localhost) using Front Page server extensions, This value is ignored in all other cases. | |
OpenWebsiteOption_UsePassiveFTP | Open the Web Site with FTP in passive mode. This option is ignored for non-FTP Web sites. |
Remarks
The OpenWebsiteOptions enumeration is used by the OpenWebSite method.