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
pageInformation
Tipo: Microsoft.SharePoint.Client.Publishing.PublishingPageInformationIndica el [PublishingPageInformation] al crear una nueva PublishingPage.
Valor devuelto
Tipo: Microsoft.SharePoint.Client.Publishing.PublishingPage
El objeto PublishingPage .