PublishingWeb.AddPublishingPage 方法

在PublishingWeb中创建新的PublishingPage对象。

命名空间:  Microsoft.SharePoint.Client.Publishing
程序集:   Microsoft.SharePoint.Client.Publishing.Silverlight(位于 Microsoft.SharePoint.Client.Publishing.Silverlight.dll 中);  Microsoft.SharePoint.Client.Publishing.Phone(位于 Microsoft.SharePoint.Client.Publishing.Phone.dll 中)  Microsoft.SharePoint.Client.Publishing(位于 Microsoft.SharePoint.Client.Publishing.dll 中)

语法

声明
Public Function AddPublishingPage ( _
    pageInformation As PublishingPageInformation _
) As PublishingPage
用法
Dim instance As PublishingWeb
Dim pageInformation As PublishingPageInformation
Dim returnValue As PublishingPage

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

参数

返回值

类型:Microsoft.SharePoint.Client.Publishing.PublishingPage
PublishingPage 对象中。

另请参阅

引用

PublishingWeb 类

PublishingWeb 成员

Microsoft.SharePoint.Client.Publishing 命名空间