  | CategoryAddField Method (String, String, String, String, String, FieldListPresentationType, FieldOptionCollection, Int32, String) | 
 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,
	int sortOrder,
	string description
)<ObsoleteAttribute("Use Services.ProductCategories.AddFieldToCategory() instead.")>
Public Sub AddField ( 
	systemName As String,
	label As String,
	templateTag As String,
	type As String,
	defaultValue As String,
	presentation As FieldListPresentationType,
	options As FieldOptionCollection,
	sortOrder As Integer,
	description As String
)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
 - sortOrder
 - Type: SystemInt32
 - description
 - Type: SystemString
 
See Also