SetOrUpdateCurrentPageScope Method

Sets or updates the listing ids as the scope of this request.

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

Syntax

'Declaration
Public Shared Sub SetOrUpdateCurrentPageScope ( _
    listingIds As IEnumerable(Of Long) _
)
'Usage
Dim listingIds As IEnumerable(Of Long)

ListingDataManager.SetOrUpdateCurrentPageScope(listingIds)
public static void SetOrUpdateCurrentPageScope(
    IEnumerable<long> listingIds
)
public:
static void SetOrUpdateCurrentPageScope(
    IEnumerable<long long>^ listingIds
)

Parameters

See Also

Reference

ListingDataManager Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace