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
pageInformation
Type : Microsoft.SharePoint.Client.Publishing.PublishingPageInformationIndique le [PublishingPageInformation] à utiliser lors de la création d'un nouveau PublishingPage.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.Publishing.PublishingPage
L'objet PublishingPage .