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

Return value

Type: Microsoft.SharePoint.Client.Publishing.PublishingPage
The PublishingPage object.

See also

Reference

PublishingWeb class

PublishingWeb members

Microsoft.SharePoint.Client.Publishing namespace