Repository.URD.GetURD: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|Repository Class|Repository}} {{Template:Repository.GetURD.Cmt}} == Syntax== *GetURD(){{APIPrefix|As}}cURD() == Usage Example == <div style="…')
 
No edit summary
Line 3: Line 3:


== Syntax==
== Syntax==
*GetURD(){{APIPrefix|As}}[[cURD Class|cURD]]()
*GetURD({{APIPrefix|As}}[[cURD Class|cURD]])


== Usage Example ==
== Usage Example ==

Revision as of 18:20, 21 April 2015


Version 10 Only- Returns URD(s) with the provided ID. Returns nothing if the URD(s) does/do not exist.

Syntax

Usage Example

 'Declare a new repository connection object. 
 Dim MyRepository As New Repository
 
 'Connect to the Synthesis repository. 
 Dim Success As Boolean = False
 Success = MyRepository.ConnectToRepository("RepositoryFileNamePath")
 
 'Get URD. 
 Dim GetURD() as cURD
 GetURD= MyRepository.GetURD()