Compartir a través de


(CatalogConnectionSettings) del método CatalogConnectionManager.AddCatalogConnection

Agregar una conexión de catálogo en el sitio que se especifica en el constructor.

Espacio de nombres:  Microsoft.SharePoint.Publishing
Ensamblado:  Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)

Sintaxis

'Declaración
Public Sub AddCatalogConnection ( _
    catalogInfo As CatalogConnectionSettings _
)
'Uso
Dim instance As CatalogConnectionManager
Dim catalogInfo As CatalogConnectionSettings

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

Parámetros

Comentarios

Utilice el método GetPublishingCatalog(SPSite, String) para devolver la configuración predeterminada y la información del catálogo.

La conexión está comprometida con el almacén de términos cuando se llama al método Update() .

Vea también

Referencia

clase CatalogConnectionManager

Miembros CatalogConnectionManager

Sobrecarga AddCatalogConnection

Espacio de nombres Microsoft.SharePoint.Publishing

CatalogConnectionSettings