WebSettings Interface

Definition

Represents the settings for Web projects.

public interface class WebSettings
public interface class WebSettings
__interface WebSettings
[System.Runtime.InteropServices.Guid("8FA8D496-CAF1-40B3-BC58-5FC877FEFEA7")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface WebSettings
[System.Runtime.InteropServices.Guid("8FA8D496-CAF1-40B3-BC58-5FC877FEFEA7")]
public interface WebSettings
[<System.Runtime.InteropServices.Guid("8FA8D496-CAF1-40B3-BC58-5FC877FEFEA7")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type WebSettings = interface
[<System.Runtime.InteropServices.Guid("8FA8D496-CAF1-40B3-BC58-5FC877FEFEA7")>]
type WebSettings = interface
Public Interface WebSettings
Attributes

Properties

AuthoringAccess

Gets or sets the Web access method for new projects.

RepairLinks

Gets or sets whether the link repair feature of FrontPage Server Extensions is enabled by default for new projects. Link repair fixes links to pages within the project if they change during project development.

WebProjectCacheDirectory

Gets or sets the offline location of project files.

Methods

SetDefaultWebProjectCacheDirectory()

Resets the Web Project Cache Directory to the default

Applies to