AddListingItem
Description
Adds a new item to the relevant listings. It is a new method added for vNext.
Syntax
// shellListing points to instance of IShellListing
await shellListing.AddListingItem(objectVersion);
Parameters
| Name | Optionality | Type | Description |
|---|---|---|---|
| objectVersion | Required | IObjectVersionEx | The new object got added. |
Return type
| Type | Description |
|---|---|
| Promise < void > | Method does not return a value |