UpdateChannelPropertiesByChannelId Method

Sets the channel-specific properties of the specified channel.

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

Syntax

'Declaration
Public Sub UpdateChannelPropertiesByChannelId ( _
    channelId As Long, _
    channelProperties As IEnumerable(Of ChannelProperty) _
)
'Usage
Dim instance As ChannelDataManager
Dim channelId As Long
Dim channelProperties As IEnumerable(Of ChannelProperty)

instance.UpdateChannelPropertiesByChannelId(channelId, _
    channelProperties)
public void UpdateChannelPropertiesByChannelId(
    long channelId,
    IEnumerable<ChannelProperty> channelProperties
)
public:
void UpdateChannelPropertiesByChannelId(
    long long channelId, 
    IEnumerable<ChannelProperty^>^ channelProperties
)

Parameters

See Also

Reference

ChannelDataManager Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace