ContentTypePublisher.IsContentTypeSharingEnabled - Méthode
Représente une valeur de type Boolean qui indique si la fonction MetadataHub est activée pour le site spécifié.
Espace de noms : Microsoft.SharePoint.Taxonomy.ContentTypeSync
Assembly : Microsoft.SharePoint.Taxonomy (dans Microsoft.SharePoint.Taxonomy.dll)
Syntaxe
'Déclaration
Public Shared Function IsContentTypeSharingEnabled ( _
hubSite As SPSite _
) As Boolean
'Utilisation
Dim hubSite As SPSite
Dim returnValue As Boolean
returnValue = ContentTypePublisher.IsContentTypeSharingEnabled(hubSite)
public static bool IsContentTypeSharingEnabled(
SPSite hubSite
)
Paramètres
hubSite
Type : Microsoft.SharePoint.SPSiteLe site pivot
Valeur renvoyée
Type : System.Boolean
Retourne Boolean .
Voir aussi
Référence
ContentTypePublisher - Membres
Microsoft.SharePoint.Taxonomy.ContentTypeSync - Espace de noms