 | ProductCategoryService Class |
Inheritance HierarchySystem.Object Dynamicweb.Ecommerce.Products.Categories.ProductCategoryService
Namespace:
Dynamicweb.Ecommerce.Products.Categories
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic class ProductCategoryService
Public Class ProductCategoryService
The ProductCategoryService type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | AddFieldToCategory(Category, Field) | |
 | AddFieldToCategory(Category, String, String, String, String, String, FieldListPresentationType, FieldOptionCollection) | |
 | AddFieldToCategory(Category, String, String, String, String, String, FieldListPresentationType, FieldOptionCollection, Int32) | |
 | AddFieldToCategory(Category, String, String, String, String, String, FieldListPresentationType, FieldOptionCollection, Int32, String) | |
 | ClearCache() | |
 | ClearCache(LanguageBasedKey<String>) | |
 | ClearCache(IEnumerable<LanguageBasedKey<String>>) | |
 | ClearCategoryCache | |
 | ClearFieldCache | |
 | ConvertFieldOptionsToXml | |
 | CreateCategory(String) | |
 | CreateCategory(String, String) | |
 | CreateCategory(String, String, CategoryType) | |
 | CreateCategory(String, String, Boolean) | Obsolete. |
 | CreateCategory(String, String, CategoryType, Language) | |
 | CreateCategory(String, String, Boolean, Language) | Obsolete. |
 | CreateField(String, Category, String, String, String) | |
 | CreateField(String, Category, String, String, String, String, FieldListPresentationType, FieldOptionCollection, String) | |
 | DeleteCategory | |
 | DeleteField | |
 | GetCategories() | |
 | GetCategories(Product) | |
 | GetCategories(Product, Boolean) | |
 | GetCategories(Product, String, Boolean) | |
 | GetCategoriesByLanguage | |
 | GetCategoryById(String) | |
 | GetCategoryById(String, String) | |
 | GetCategoryLabel | |
 | GetFieldOptionsFromXml | |
 | GetFields() | |
 | GetFields(String) | |
 | GetFieldsByCategoryId(String) | |
 | GetFieldsByCategoryId(String, String) | |
 | ParseFieldValue(Object, Int32) | |
 | ParseFieldValue(Field, Object) | |
 | SaveCategory | |
 | SaveField | |
 | ShowField | |
Top
See Also