Repository.URD.GetAllURDs: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) m (moved GetAllURDs to Repository.GetAllURDs) |
Albert Szeto (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Repository Class|Repository}} | {{Template:APIClass|Repository Class|Repository}} | ||
== | == Method Syntax== | ||
{{APIName|GetAllURDs()}} | |||
{{APIPrefix|As}} | |||
{{APIName|[[cURD Class|cURD]]()}}<br> | |||
{{APIComment|Returns an array containing all URDs from the current project.}} | |||
{{ | == 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")