Compartir a través de


del método PublishingWeb.AddPublishingPage

Crea un nuevo objeto PublishingPage en la PublishingWeb.

Espacio de nombres:  Microsoft.SharePoint.Client.Publishing
Ensamblados:   Microsoft.SharePoint.Client.Publishing.Silverlight (en Microsoft.SharePoint.Client.Publishing.Silverlight.dll);  Microsoft.SharePoint.Client.Publishing.Phone (en Microsoft.SharePoint.Client.Publishing.Phone.dll)  Microsoft.SharePoint.Client.Publishing (en Microsoft.SharePoint.Client.Publishing.dll)

Sintaxis

'Declaración
Public Function AddPublishingPage ( _
    pageInformation As PublishingPageInformation _
) As PublishingPage
'Uso
Dim instance As PublishingWeb
Dim pageInformation As PublishingPageInformation
Dim returnValue As PublishingPage

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

Parámetros

Valor devuelto

Tipo: Microsoft.SharePoint.Client.Publishing.PublishingPage
El objeto PublishingPage .

Vea también

Referencia

clase PublishingWeb

Miembros PublishingWeb

Espacio de nombres Microsoft.SharePoint.Client.Publishing