ItemHelperGetItemsByCategory Method |
Gets the items by category.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static IList<Item> GetItemsByCategory(
string category,
Guid languageId
)
Public Shared Function GetItemsByCategory (
category As String,
languageId As Guid
) As IList(Of Item)
public:
static IList<Item^>^ GetItemsByCategory(
String^ category,
Guid languageId
)
static member GetItemsByCategory :
category : string *
languageId : Guid -> IList<Item>
Parameters
- category
- Type: SystemString
The category. - languageId
- Type: SystemGuid
The language id.
Return Value
Type:
IListItemList of items.
See Also