GetOrSetCurrentPageScope 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 Function GetOrSetCurrentPageScope ( _
    listingIds As IEnumerable(Of Long) _
) As DataTable
'Usage
Dim listingIds As IEnumerable(Of Long)
Dim returnValue As DataTable

returnValue = ListingDataManager.GetOrSetCurrentPageScope(listingIds)
public static DataTable GetOrSetCurrentPageScope(
    IEnumerable<long> listingIds
)
public:
static DataTable^ GetOrSetCurrentPageScope(
    IEnumerable<long long>^ listingIds
)

Parameters

Return Value

Type: System.Data.DataTable
Returns DataTable.

See Also

Reference

ListingDataManager Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace