CatalogConnectionSettings.RewriteCatalogItemUrls property
Gets or sets a Boolean value that indicates whether URLs to the items in the catalog should be overwritten with friendly URLs.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property RewriteCatalogItemUrls As Boolean
Get
Set
'Usage
Dim instance As CatalogConnectionSettings
Dim value As Boolean
value = instance.RewriteCatalogItemUrls
instance.RewriteCatalogItemUrls = value
public bool RewriteCatalogItemUrls { get; set; }
Property value
Type: System.Boolean
A Boolean value that indicates whether the catalog source is configured to be URL overwritten.
See also
Reference
CatalogConnectionSettings class