Package DE_EPAGES::ImageGallery::API::Object::GalleryImage
object interface for GalleryImage.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $GalleryImage->className; |
Return |
|
createPreview
Creates the specified preview for this galleryimage.
Syntax |
$GalleryImage->createPreview($PreviewType); |
Example |
$GalleryImage->createPreview('Thumbnail'); |
Input |
|
createPreviews
Adds a file as a GalleryImage to the ImageGallery.
Syntax |
$GalleryImage->createPreviews; |
Input |
|
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $GalleryImage->dbPackage; |
Return |
|