| ProductCategoryServiceCreateField Method (String, Category, String, String, String, String, FieldListPresentationType, FieldOptionCollection, 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,
string defaultValue,
FieldListPresentationType presentation,
FieldOptionCollection options,
string description
)
Public Function CreateField (
id As String,
category As Category,
templateTag As String,
label As String,
type As String,
defaultValue As String,
presentation As FieldListPresentationType,
options As FieldOptionCollection,
description As String
) As Field
Parameters
- id
- Type: SystemString
- category
- Type: Dynamicweb.Ecommerce.Products.CategoriesCategory
- templateTag
- Type: SystemString
- label
- Type: SystemString
- type
- Type: SystemString
- defaultValue
- Type: SystemString
- presentation
- Type: Dynamicweb.Ecommerce.ProductsFieldListPresentationType
- options
- Type: Dynamicweb.Ecommerce.ProductsFieldOptionCollection
- description
- Type: SystemString
Return Value
Type:
FieldSee Also