SPMeeting.Restore Method
Restores an instance of a nonrecurring meeting to the last persisted state.
Namespace: Microsoft.SharePoint.Meetings
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Restore ( _
uid As String _
)
'Usage
Dim instance As SPMeeting
Dim uid As String
instance.Restore(uid)
public void Restore(
string uid
)
Parameters
uid
Type: System.StringA string that contains a unique identifier (UID) for a calendar event, as specified by RFC 2445.
Remarks
The Restore method is used to undo previous actions. For example, you might call this method when a meeting request form is closed without saving, and the meeting workspace needs to be reverted to the last persisted state. This operation does not restore individual meeting instances in a recurring meeting.