RemoveListingItem
Description
Removes an item or items in an array from the listing. It is a new method added for vNext.
Syntax
// shellListing points to instance of IShellListing
await shellListing.RemoveListingItem(removedItems);
Parameters
| Name | Optionality | Type | Description |
|---|---|---|---|
| removedItems | Required | IObjectVersionEx | Array < IObjectVersionEx > | IFolder | The item or array of items that got removed. |
Return type
| Type | Description |
|---|---|
| Promise < void > | Method does not return a value |