Share via


CatalogConnectionManager.UpdateCatalogConnection method

Updates the catalog that is currently connected to the site that is specified in the constructor.

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

Syntax

'Declaration
Public Sub UpdateCatalogConnection ( _
    catalogInfo As CatalogConnectionSettings _
)
'Usage
Dim instance As CatalogConnectionManager
Dim catalogInfo As CatalogConnectionSettings

instance.UpdateCatalogConnection(catalogInfo)
public void UpdateCatalogConnection(
    CatalogConnectionSettings catalogInfo
)

Parameters

Remarks

Committed when the Update method is called.

See also

Reference

CatalogConnectionManager class

CatalogConnectionManager members

Microsoft.SharePoint.Publishing namespace

Microsoft.SharePoint.Publishing.CatalogConnectionSettings