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
)
参数
pageInformation
类型:Microsoft.SharePoint.Client.Publishing.PublishingPageInformation指示[PublishingPageInformation]创建新的PublishingPage时使用。
返回值
类型:Microsoft.SharePoint.Client.Publishing.PublishingPage
PublishingPage 对象中。