CatCatalogProductImagesPublish::saveImagesToEPFolder Method [AX 2012]

Saves the images to the EP images folder.

Syntax

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.

See Also

Reference

CatCatalogProductImagesPublish Class