HyperWorks Desktop

LibraryManager_UndoGet

LibraryManager_UndoGet

Previous topic Next topic No expanding text in this topic  

LibraryManager_UndoGet

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME


LibraryManager_UndoGet

 

SYNTAX


LibraryManager_UndoGet <generic data manager handle> <content handle> <undo reference file flag>

 

TYPE/CLASS


Library Manager

 

DESCRIPTION


The content will be updated to a not retrieved state. And, the content will be removed from the local machine.  

generic data manager handle

Generic data manager handle. See DMDirector_OpenWorkspace.

content handle

Content handle. See ContentInterfaceList_at.

Undo reference file flag- Use this flag to undo the check-out of any referenced contents.

0 – True

1 – False

 

EXAMPLES


set gdm [DMDirector_OpenWorkspace $director $ws $repoh 0]

set qryhandle [$gdm GetQuery]

set st [$gdm ExecQuery $ qryhandle $clist]

set stringtosearch "MS6000"

set clist [ContentInterfaceList]

set status [$gdm ExecQuery $stringtosearch $clist]

set ci [ContentInterfaceList_at $clist 0]

set undoRefs 0

set getstatus [LibraryManager_UndoGet $gdm $ci $undoRefs]

puts “Message à [hwLMStatus_GetMessage $getstatus]”

 

ERRORS


 

SEE ALSO


DMDirector_OpenWorkspace

GetQuery

Get

ExecQuery