fun listDiffPicture(versionFrom: Int, versionTo: Int): List<ProductPictureInfo>
Returns list of product pictures changes between two versions.
versionFrom
- version from included
versionTo
- version to included
Return
list of items to be added, edited or deleted
See Also