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

  • instanceId
    Type: System.Int32

    An integer that identifies the meeting instance associated with the new page.

  • newPageUrl
    Type: System.String

    A reference to a variable that will receive the URL for the new page on the Meeting Workspace site.

See also

Reference

SPMeeting class

SPMeeting members

Microsoft.SharePoint.Meetings namespace