PublishingWeb.AddPublishingPage method
Creates a new PublishingPage object in the PublishingWeb.
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Function AddPublishingPage ( _
pageInformation As PublishingPageInformation _
) As PublishingPage
'Usage
Dim instance As PublishingWeb
Dim pageInformation As PublishingPageInformation
Dim returnValue As PublishingPage
returnValue = instance.AddPublishingPage(pageInformation)
public PublishingPage AddPublishingPage(
PublishingPageInformation pageInformation
)
Parameters
pageInformation
Type: Microsoft.SharePoint.Client.Publishing.PublishingPageInformationIndicates the [PublishingPageInformation] to use when creating a new PublishingPage.
Return value
Type: Microsoft.SharePoint.Client.Publishing.PublishingPage
The PublishingPage object.