Метод | Описание | |
---|---|---|
CopyProduct ( int productId, string newName, bool isPublished, bool copyImages ) : |
Creates a copy of product with all depended data
|
|
CopyProductService ( IProductService productService, IProductAttributeService productAttributeService, ILanguageService languageService, ILocalizedEntityService localizedEntityService, IPictureService pictureService, ICategoryService categoryService, IManufacturerService manufacturerService, ISpecificationAttributeService specificationAttributeService, IDownloadService downloadService, IProductAttributeParser productAttributeParser, IProductTagService productTagService ) : System |
public CopyProduct ( int productId, string newName, bool isPublished, bool copyImages ) : |
||
productId | int | The product identifier |
newName | string | The name of product duplicate |
isPublished | bool | A value indicating whether the product duplicate should be published |
copyImages | bool | A value indicating whether the product images should be copied |
Результат |
public CopyProductService ( IProductService productService, IProductAttributeService productAttributeService, ILanguageService languageService, ILocalizedEntityService localizedEntityService, IPictureService pictureService, ICategoryService categoryService, IManufacturerService manufacturerService, ISpecificationAttributeService specificationAttributeService, IDownloadService downloadService, IProductAttributeParser productAttributeParser, IProductTagService productTagService ) : System | ||
productService | IProductService | |
productAttributeService | IProductAttributeService | |
languageService | ILanguageService | |
localizedEntityService | ILocalizedEntityService | |
pictureService | IPictureService | |
categoryService | ICategoryService | |
manufacturerService | IManufacturerService | |
specificationAttributeService | ISpecificationAttributeService | |
downloadService | IDownloadService | |
productAttributeParser | IProductAttributeParser | |
productTagService | IProductTagService | |
Результат | System |