Dynamicweb 8 Documentation
Create(String) Method

The Name of the object.
Creates a new Dynamicweb.eCommerce.Products.Categories.Category object with the given parameters and saves it to the database. In addition a Dynamicweb.eCommerce.Products.Categories.Category object is creates for all current eCommerce Languages. The ID of the object is auto-generated. The Dynamicweb.eCommerce.International.Language of the object is set to Context.Language.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _ 
   ByVal name As String _ 
) As Category
public static Category Create( 
   string name 
)

Parameters

name
The Name of the object.

Return Value

The language version of the Dynamicweb.eCommerce.Products.Categories.Category related to the Default eCommerce Language.
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