Click or drag to resize

ProductCategoryServiceCreateField Method (String, Category, String, String, String)

Namespace:  Dynamicweb.Ecommerce.Products.Categories
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public Field CreateField(
	string id,
	Category category,
	string templateTag,
	string label,
	string type
)

Parameters

id
Type: SystemString
category
Type: Dynamicweb.Ecommerce.Products.CategoriesCategory
templateTag
Type: SystemString
label
Type: SystemString
type
Type: SystemString

Return Value

Type: Field
See Also