Package DE_EPAGES::MediaGallery::API::MediaGallery
Provides functions to get directory content of a filepath or a style/imagedb group objectpath.
@EXPORT_OK |
Functions
GetDirectoryContent
Returns the content of a directory in the MediaGallery.
Syntax |
GetDirectoryContent( $Site, $Directory ); |
Input |
|
Return |
|
GetGroupContent
Returns content of an image group (style- or imagedbgroup).
Syntax |
GetGroupContent( $ObjectPath, $Type ); |
Example |
GetGroupContent( '/StyleGroups/Branches/StyleGroups/ArtAndEducation', 'Header' ); |
Input |
|
Return |
|
InitImageDBGroups
Returns the 'root' content of ImageDBGroups to init the MediaGallery.
Syntax |
InitImageDBGroups(); |
Return |
|
InitStyleGroups
Returns the 'root' content of the StyleGroups to init the MediaGallery.
Syntax |
InitStyleGroups( $Type ); |
Example |
InitStyleGroups( 'Header' ); |
Input |
|
Return |
|