CatCatalogProductImagesPublish::saveImagesToEPFolder Method [AX 2012]

Saves the images to the EP images folder.

client server private static void saveImagesToEPFolder(
    str _layoutsEPPath, 
    List _list, 
    EcoResProductImage _ecoResProductImage)

Run On

Called

Parameters

_layoutsEPPath
Type: str
The path for images to be published.
_list
Type: List Class
The list of bitmap fields.
_ecoResProductImage
Type: EcoResProductImage Table
An instance of the _ecoResProductImage table.
Show: