WebSettings Interface

Represents the settings for Web projects.

Namespace:  VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

Syntax

'Declaration
<GuidAttribute("8FA8D496-CAF1-40B3-BC58-5FC877FEFEA7")> _
Public Interface WebSettings
[GuidAttribute("8FA8D496-CAF1-40B3-BC58-5FC877FEFEA7")]
public interface WebSettings
[GuidAttribute(L"8FA8D496-CAF1-40B3-BC58-5FC877FEFEA7")]
public interface class WebSettings
[<GuidAttribute("8FA8D496-CAF1-40B3-BC58-5FC877FEFEA7")>]
type WebSettings =  interface end
public interface WebSettings

The WebSettings type exposes the following members.

Properties

  Name Description
Public property AuthoringAccess Gets or sets the Web access method for new projects.
Public property 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.
Public property WebProjectCacheDirectory Gets or sets the offline location of project files.

Top

Methods

  Name Description
Public method SetDefaultWebProjectCacheDirectory Resets the Web Project Cache Directory to the default

Top

See Also

Reference

VSLangProj Namespace