image::get_size_item_id (private)
image::get_size_item_id [ -item_id item_id ] [ -size_name size_name ]
Defined in packages/acs-content-repository/tcl/image-procs.tcl
Get the item_id of a resized version of an image
- Switches:
- -item_id (optional)
- Original image item_id
- -size_name (optional)
- Name of the size to get
- Author:
- Dave Bauer <dave@solutiongrove.com>
- Created:
- 2006-08-27
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [content::item::get_id -item_path ${item_id}_${size_name} -root_folder_id $item_id]XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-content-repository/tcl/image-procs.xql