Share via


OpenWebsiteOptions Enum

Definition

Specifies how the Web site can be opened.

public enum class OpenWebsiteOptions
[System.Runtime.InteropServices.Guid("63183147-9B1D-45A2-BA93-405EF1A5A8D4")]
public enum OpenWebsiteOptions
[<System.Runtime.InteropServices.Guid("63183147-9B1D-45A2-BA93-405EF1A5A8D4")>]
type OpenWebsiteOptions = 
Public Enum OpenWebsiteOptions
Inheritance
OpenWebsiteOptions
Attributes

Fields

OpenWebsiteOption_None 0

Open the Web site with no special options.

OpenWebsiteOption_UseFrontpageForLocalhost 2

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 1

Open the Web Site with FTP in passive mode. This option is ignored for non-FTP Web sites.

Applies to