CatalogConnectionManager.AddCatalogConnection - Méthode (CatalogConnectionSettings)
Ajouter une connexion de catalogue sur le site qui est spécifié dans le constructeur.
Espace de noms : Microsoft.SharePoint.Publishing
Assembly : Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)
Syntaxe
'Déclaration
Public Sub AddCatalogConnection ( _
catalogInfo As CatalogConnectionSettings _
)
'Utilisation
Dim instance As CatalogConnectionManager
Dim catalogInfo As CatalogConnectionSettings
instance.AddCatalogConnection(catalogInfo)
public void AddCatalogConnection(
CatalogConnectionSettings catalogInfo
)
Paramètres
catalogInfo
Type : Microsoft.SharePoint.Publishing.CatalogConnectionSettingsParamètres du catalogue qui est ajouté.
Remarques
Utilisez la méthode GetPublishingCatalog(SPSite, String) pour renvoyer les paramètres par défaut et les informations de catalogue.
La connexion est validée dans le magasin de termes lorsque la méthode Update() est appelée.
Voir aussi
Référence
CatalogConnectionManager classe
CatalogConnectionManager - Membres
AddCatalogConnection - Surcharge
Microsoft.SharePoint.Publishing - Espace de noms
CatalogConnectionSettings