content::revision::get_title (public)
content::revision::get_title -revision_id revision_id
Defined in packages/acs-content-repository/tcl/content-revision-procs.tcl
Returns the title of a particular 'content_revision'.
- Switches:
- -revision_id (required)
- The 'revision_id' of the object
- Returns:
- The title of the object (text), or empty if not found.
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- content_revision, attachments_name_api
Source code: return [db_string get_title {select title from cr_revisions where revision_id = :revision_id} -default ""]Generic XQL file: packages/acs-content-repository/tcl/content-revision-procs.xql
PostgreSQL XQL file: packages/acs-content-repository/tcl/content-revision-procs-postgresql.xql
Oracle XQL file: packages/acs-content-repository/tcl/content-revision-procs-oracle.xql