Click or drag to resize

CategoryGetCategoryById Method (String, String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Products.Categories
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use Services.ProductCategories.GetCategoryById() instead.")]
public static Category GetCategoryById(
	string categoryId,
	string languageId
)

Parameters

categoryId
Type: SystemString
languageId
Type: SystemString

Return Value

Type: Category
See Also