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 | Type | Description |
---|---|---|
objectVersion | object | The new object got added. |
Return type
Type | Description |
---|---|
Promise < void > | Method does not return a value |