ContentInterface_GetRevision

Get the latest revision of the selected content.

Syntax

ContentInterface_GetRevision <content interface list handle>

Type/Class

ContentInterface

Description

To get the latest revision of the selected content.
content interface list handle
Content interface handle

Examples

set gdm [DMDirector_OpenWorkspace $director $ws $repoh 0]
set qryhandle [$gdm GetQuery]
set stringtosearch "MS6000"
set clist [ContentInterfaceList]
set query [$gdm ExecQuery $stringtosearch $clist]
set cilistsize [ContentInterfaceList_size $clist]
set clist_at [ContentInterfaceList_at $clist 0]
set rev [ContentInterface_GetRevision $clist_at]