Partager via


ContentTypeCollection.AddExistingContentType - Méthode

Adds the specified content type to the collection.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Function AddExistingContentType ( _
    contentType As ContentType _
) As ContentType
'Utilisation
Dim instance As ContentTypeCollection
Dim contentType As ContentType
Dim returnValue As ContentType

returnValue = instance.AddExistingContentType(contentType)
public ContentType AddExistingContentType(
    ContentType contentType
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ContentType
A ContentType object to add to the collection.

Exceptions

Exception Condition
[ServerException]

The collection is read only.

[SPException]

A content type with same name as the given content type exists in the collection.

Remarques

The name of the given content type must not be the same as any of the content types in the collection.

Voir aussi

Référence

ContentTypeCollection classe

ContentTypeCollection - Membres

Microsoft.SharePoint.Client - Espace de noms