GetListingsWithChangedPrice Method

This will query the database for all listings whose prices may have been affected by pricing data synced since last time this method was called.

Listings with prices with date effectivity which has become active are also returned.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Data
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Function GetListingsWithChangedPrice As IEnumerable(Of Listing)
'Usage
Dim instance As ListingDataManager
Dim returnValue As IEnumerable(Of Listing)

returnValue = instance.GetListingsWithChangedPrice()
public IEnumerable<Listing> GetListingsWithChangedPrice()
public:
IEnumerable<Listing^>^ GetListingsWithChangedPrice()

Return Value

Type: System.Collections.Generic.IEnumerable<Listing>
List of affected listings

See Also

Reference

ListingDataManager Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace