ReadByChannelListingId Method

Retrieves the listing whose channel listing identifiers matches the one provided

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

Syntax

'Declaration
Function ReadByChannelListingId ( _
    channelListingId As String _
) As Listing
'Usage
Dim instance As IListingReadOperations
Dim channelListingId As String
Dim returnValue As Listing

returnValue = instance.ReadByChannelListingId(channelListingId)
Listing ReadByChannelListingId(
    string channelListingId
)
Listing^ ReadByChannelListingId(
    String^ channelListingId
)

Parameters

Return Value

Type: Microsoft.Dynamics.Commerce.Runtime.DataModel.Listing
Listing matching the specified channel listing identifier

See Also

Reference

IListingReadOperations Interface

Microsoft.Dynamics.Commerce.Runtime.Data Namespace