Click or drag to resize

ProductCategoryServiceCreateCategory Method (String, String, Boolean)

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 CreateCategory(String, String, CategoryType, Language) instead.")]
public Category CreateCategory(
	string systemName,
	string name,
	bool productProperties
)

Parameters

systemName
Type: SystemString
name
Type: SystemString
productProperties
Type: SystemBoolean

Return Value

Type: Category
See Also