Click or drag to resize

CategoryGetCategoriesByLanguage Method

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.GetCategoriesByLanguage() instead.")]
public static IList<Category> GetCategoriesByLanguage(
	string languageId
)

Parameters

languageId
Type: SystemString

Return Value

Type: IListCategory
See Also