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)
Syntax
'Declaration
Property RepairLinks As Boolean
bool RepairLinks { get; set; }
property bool RepairLinks {
bool get ();
void set (bool value);
}
abstract RepairLinks : bool with get, set
function get RepairLinks () : boolean
function set RepairLinks (value : boolean)
Property Value
Type: Boolean
A Boolean value indicating whether the link repair feature is enabled for new projects.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.