NOTICE: All information contained herein is, and remains
the property of TechnoCore.
The intellectual and technical concepts contained
herein are proprietary to TechnoCore and dissemination of this information or reproduction of this material
is strictly forbidden unless prior written permission is obtained
from TechnoCore.
ObjTextFHDeletePimsImage is a Python module designed to delete PIMS (Product Information Management System) images from the filesystem. This module is typically used in workflows where product images need to be programmatically removed.
__init__(self, db_connection=0, page=0)Initializes the ObjTextFHDeletePimsImage object.
Process(self, param_1="", ...)Deletes a PIMS image file based on the provided parameter.
{param_1}_pims.jpg.To delete a PIMS image, you can use the Process method:
import ObjTextFHDeletePimsImage
# Initialize the object
image_deleter = ObjTextFHDeletePimsImage.ObjProcessText()
# Delete the image with identifier "12345"
image_deleter.Process("12345")