ContentBySearchWebPart.OverwriteResultPath property

Specifies whether the Web Part should allow result URLs to be rewritten as friendly URLs.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property OverwriteResultPath As Boolean
    Get
    Set
'Usage
Dim instance As ContentBySearchWebPart
Dim value As Boolean

value = instance.OverwriteResultPath

instance.OverwriteResultPath = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public bool OverwriteResultPath { get; set; }

Property value

Type: System.Boolean

See also

Reference

ContentBySearchWebPart class

ContentBySearchWebPart members

Microsoft.Office.Server.Search.WebControls namespace