WebSettings::RepairLinks Property

 

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.

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

property bool RepairLinks {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

A Boolean value indicating whether the link repair feature is enabled for new projects.

The WebAccessMethod and RepairLinks properties may be set independently, but the RepairLinks property is meaningful only if the Web access method is FrontPage Server Extensions.

Return to top
Show: