Repository.URD.UpdateURD: 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|UpdateURD(}}
{{APIPrefix|ByVal}}
{{APIName|urd}}
{{APIPrefix|As}}
{{APIName|[[cURD Class|cURD]]}}
{{APIName|)}}
{{APIPrefix|As Boolean}}<br>
{{APIComment|Updates the URD in the repository.}}


{{Template:UpdateURD}}
== 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

UpdateURD( ByVal urd As cURD ) As Boolean
Updates the URD in the repository.

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")