DeleteItem

Deletes an item in a presentation.

 

JavaScript

 

DeleteItem(

       ItemID)

 

C#

 

void DeleteItem (

       string ItemID)

 

C++

 

HRESULT DeleteItem (

       [in] BSTR ItemID)

Parameters

ItemID

The ID of the presentation item to be deleted.

Exceptions

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