PublishingWeb.AddPublishingPage método
Cria um novo objeto PublishingPage na PublishingWeb.
Namespace: Microsoft.SharePoint.Client.Publishing
Assemblies: Microsoft.SharePoint.Client.Publishing.Silverlight (em Microsoft.SharePoint.Client.Publishing.Silverlight.dll); Microsoft.SharePoint.Client.Publishing.Phone (em Microsoft.SharePoint.Client.Publishing.Phone.dll) Microsoft.SharePoint.Client.Publishing (em Microsoft.SharePoint.Client.Publishing.dll)
Sintaxe
'Declaração
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 o [PublishingPageInformation] para usar ao criar um novo PublishingPage.
Valor retornado
Tipo: Microsoft.SharePoint.Client.Publishing.PublishingPage
O objeto PublishingPage .