Dynamicweb.eCommerce.Products.Categories Namespace : Category Class |
The following tables list the members exposed by Category.
Name | Description | |
---|---|---|
Fields | The fields belonging to this Dynamicweb.eCommerce.Products.Categories.Category object. | |
ID | Returns the ID of the current Dynamicweb.eCommerce.Products.Categories.Category. | |
IsNew | Indicates whether this Dynamicweb.eCommerce.Products.Categories.Category is new. | |
Language | Gets the language for this Dynamicweb.eCommerce.Products.Categories.Category. | |
Name | Gets or sets the name of this Dynamicweb.eCommerce.Products.Categories.Category. |
Name | Description | |
---|---|---|
AddField | Overloaded. 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. | |
Create | Overloaded. 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. | |
Delete | Deletes the current Dynamicweb.eCommerce.Products.Categories.Category and all fields associated, and all Language Versions. | |
GetCategories | Overloaded. Returns all Dynamicweb.eCommerce.Products.Categories.Category objects from database. | |
GetCategoryByID | Returns the Dynamicweb.eCommerce.Products.Categories.Category with the given ID. The default Language is used. | |
RemoveField | ||
Save | Saves the current Dynamicweb.eCommerce.Products.Categories.Category. |