SPMeeting.AddPage Method
Adds a page with the specified title and instanceID to the Meeting Workspace site.
Namespace: Microsoft.SharePoint.Meetings
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub AddPage ( _
title As String, _
instanceId As Integer, _
<OutAttribute> ByRef newPageUrl As String _
)
'Usage
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
)
Parameters
title
Type: System.StringThe title for the new page.
instanceId
Type: System.Int32An integer that identifies the meeting instance associated with the new page.
newPageUrl
Type: System.StringA reference to a variable that will receive the URL for the new page on the Meeting Workspace site.