Dynamicweb 8 Documentation
AddField(Field) Method

The Dynamicweb.eCommerce.Products.Categories.Field to add.
Adds a Dynamicweb.eCommerce.Products.Categories.Field to the Dynamicweb.eCommerce.Products.Categories.FieldCollection of this Dynamicweb.eCommerce.Products.Categories.Category. Also adds a language version of the Dynamicweb.eCommerce.Products.Categories.Field to each language version of this Dynamicweb.eCommerce.Products.Categories.Category.
Syntax
'Declaration
 
Public Overloads Sub AddField( _ 
   ByVal field As Field _ 
) 
public void AddField( 
   Field field 
)

Parameters

field
The Dynamicweb.eCommerce.Products.Categories.Field to add.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Category Class
Category Members
Overload List

Send Feedback