Repository.URD.GetAllURDs: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{Template:APIClass|Repository Class|Repository}}
{{Template:APIClass|Repository Class|Repository}}


== Property Syntax==
== Method Syntax==
{{APIName|GetAllURDs()}}
{{APIPrefix|As}}
{{APIName|[[cURD Class|cURD]]()}}<br>
{{APIComment|Returns an array containing all URDs from the current project.}}


{{Template:GetAllURDs}}
== Usage Example ==
{{APIComment|Declare a new repository connection class.}}
        Private WithEvents MyRepository As New Repository
 
{{APIComment|Connect to the Synthesis repository.}}
        Dim Success As Boolean = False
        Success = MyRepository.ConnectToRepository("RepositoryFileNamePath")

Revision as of 18:09, 18 September 2013



Method Syntax

GetAllURDs() As cURD()
Returns an array containing all URDs from the current project.

Usage Example

Declare a new repository connection class.

       Private WithEvents MyRepository As New Repository

Connect to the Synthesis repository.

       Dim Success As Boolean = False
       Success = MyRepository.ConnectToRepository("RepositoryFileNamePath")