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 | Type | Description |
---|---|---|
removedItems | any | The item or array of items that got removed. |
Return type
Type | Description |
---|---|
Promise < void > | Method does not return a value |