Partager via


MtgMove Method

Deletes an orphaned meeting occurrence, or moves the workspace content associated with an orphaned meeting occurrence to another meeting occurrence.

Syntax

<Method ID="Text">
  <SetList Scope="Request">GUID</SetList>
  <SetVar Name="Cmd">MtgMove</SetVar>
  <SetVar Name="FromInstanceID">Integer</SetVar>
  <SetVar Name="ToInstanceID">[Integer|-3]</SetVar>
  <SetVar Name="NextUsing">URL</SetVar>
  <SetVar Name="Overwrite">1</SetVar>
</Method>

Parameters

ID = "Text"

Scope = "Request"

Name = "Cmd"

Name = "FromInstanceID"

Name = "ToInstanceID"

Name = "NextUsing"

Name = "Overwrite"

Decoded

<Method ID="0,MtgMove">
  <SetList Scope="Request">93C88C70-0409-4367-A83B-0F8483C3E9EB</SetList>
  <SetVar Name="Cmd">MtgMove</SetVar>
  <SetVar Name="FromInstanceID">99</SetVar>
  <SetVar Name="ToInstanceID">153</SetVar>
  <SetVar Name="Overwrite">1</SetVar>
</Method>

Remarks

This method replaces the content associated with the destination meeting occurrence with the content associated with the orphaned occurrence. However, the content of the Attendees list in the orphaned occurrence is not preserved or moved to the destination occurrence. The destination meeting occurrence cannot be orphaned.

The list GUID that is specified in the post pertains to the Meeting Series list containing the occurrence.

Return Value

Success

Returns the code attribute, which is a signed-decimal representation of an HRESULT, such as: <Result ID="0,MtgMove" Code="0" />

Error

Returns an XML-encoded Unicode (UTF-8) text string. For more information, see Error Message Format for Windows SharePoint Services.