SPMeeting.AddPage method
將指定的標題與 instanceID 頁面新增到會議工作區網站。
Namespace: Microsoft.SharePoint.Meetings
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub AddPage ( _
title As String, _
instanceId As Integer, _
<OutAttribute> ByRef newPageUrl As String _
)
'用途
Dim instance As SPMeeting
Dim title As String
Dim instanceId As Integer
Dim newPageUrl As String
instance.AddPage(title, instanceId, newPageUrl)
public void AddPage(
string title,
int instanceId,
out string newPageUrl
)
參數
title
Type: System.String新頁面的標題。
instanceId
Type: System.Int32integer識別新的頁面相關聯的會議執行個體。
newPageUrl
Type: System.String變數,將會收到新頁面上的會議工作區網站的 URL 參照。