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