GetChannelCategoryAttributesByChannelId Method

Gets the category attributes of a given channel category.

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

Syntax

'Declaration
Public Function GetChannelCategoryAttributesByChannelId ( _
    channelId As Long, _
    categoryId As Long, _
    settings As QueryResultSettings _
) As ReadOnlyCollection(Of AttributeCategory)
'Usage
Dim instance As ChannelDataManager
Dim channelId As Long
Dim categoryId As Long
Dim settings As QueryResultSettings
Dim returnValue As ReadOnlyCollection(Of AttributeCategory)

returnValue = instance.GetChannelCategoryAttributesByChannelId(channelId, _
    categoryId, settings)
public ReadOnlyCollection<AttributeCategory> GetChannelCategoryAttributesByChannelId(
    long channelId,
    long categoryId,
    QueryResultSettings settings
)
public:
ReadOnlyCollection<AttributeCategory^>^ GetChannelCategoryAttributesByChannelId(
    long long channelId, 
    long long categoryId, 
    QueryResultSettings^ settings
)

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<AttributeCategory>
A collection of category attributes

See Also

Reference

ChannelDataManager Class

Microsoft.Dynamics.Commerce.Runtime.Data Namespace