Click or drag to resize

CategoryAddField Method (String, String, String, String, String, FieldListPresentationType, FieldOptionCollection)

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.AddFieldToCategory() instead.")]
public void AddField(
	string systemName,
	string label,
	string templateTag,
	string type,
	string defaultValue,
	FieldListPresentationType presentation,
	FieldOptionCollection options
)

Parameters

systemName
Type: SystemString
label
Type: SystemString
templateTag
Type: SystemString
type
Type: SystemString
defaultValue
Type: SystemString
presentation
Type: Dynamicweb.Ecommerce.ProductsFieldListPresentationType
options
Type: Dynamicweb.Ecommerce.ProductsFieldOptionCollection
See Also