Click or drag to resize

ProductCategoryServiceCreateCategory Method (String, String, CategoryType)

Namespace:  Dynamicweb.Ecommerce.Products.Categories
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public Category CreateCategory(
	string systemName,
	string name,
	CategoryType categoryType
)

Parameters

systemName
Type: SystemString
name
Type: SystemString
categoryType
Type: Dynamicweb.Ecommerce.Products.CategoriesCategoryType

Return Value

Type: Category
See Also