MoveItem

Moves a presentationitem to a new position in the presentation’s list of items.

 

JavaScript

 

MoveItem(

       ItemID

       NewParentID

       InsertBeforeID)

 

C#

 

void MoveItem (

       string ItemID,

       string, NewParentID,

       string InsertBeforeID)

 

C++

 

HRESULT MoveItem (

       [in] BSTR ItemID,

       [in] BSTR NewParentID,

       [in] BSTR InsertBeforeID)

Parameters

ItemID

The ID of the presentation item to move.

NewParentID

The ID of the presentation step under which the itemis moved.

InsertBeforeID

The ID of the presentation action before which the moved item should be placed.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.