| ProductCategoryServiceGetCategoryById Method (String, String) |
Namespace:
Dynamicweb.Ecommerce.Products.Categories
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public Category GetCategoryById(
string categoryId,
string languageId
)
Public Function GetCategoryById (
categoryId As String,
languageId As String
) As Category
Parameters
- categoryId
- Type: SystemString
- languageId
- Type: SystemString
Return Value
Type:
CategorySee Also