Share via


CatalogConnectionSettings.IsManualCatalogItemUrlRewriteTemplate property

Gets or sets a Boolean value that indicates whether the catalog item URL is rewritten using a manual rule.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property IsManualCatalogItemUrlRewriteTemplate As Boolean
    Get
    Set
'Usage
Dim instance As CatalogConnectionSettings
Dim value As Boolean

value = instance.IsManualCatalogItemUrlRewriteTemplate

instance.IsManualCatalogItemUrlRewriteTemplate = value
public bool IsManualCatalogItemUrlRewriteTemplate { get; set; }

Property value

Type: System.Boolean
true if the catalog item URL is rewritten using a manual rule; otherwise, false.

Remarks

If true, the CatalogItemUrlRewriteTemplate property completely specifies the URL of the catalog item relative to the Web URL that is specified in the settings. If false, the item URL is rewritten by using the CatalogTaxonomyManagedProperty property and CatalogItemUrlRewriteTemplate.property.

See also

Reference

CatalogConnectionSettings class

CatalogConnectionSettings members

Microsoft.SharePoint.Publishing namespace