Partager via


PublishingWeb.AddPublishingPage - Méthode

Crée un nouvel objet PublishingPage dans l' PublishingWeb.

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

Syntaxe

'Déclaration
Public Function AddPublishingPage ( _
    pageInformation As PublishingPageInformation _
) As PublishingPage
'Utilisation
Dim instance As PublishingWeb
Dim pageInformation As PublishingPageInformation
Dim returnValue As PublishingPage

returnValue = instance.AddPublishingPage(pageInformation)
public PublishingPage AddPublishingPage(
    PublishingPageInformation pageInformation
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.Publishing.PublishingPage
L'objet PublishingPage .

Voir aussi

Référence

PublishingWeb classe

PublishingWeb - Membres

Microsoft.SharePoint.Client.Publishing - Espace de noms