Repository.Project.SetCurrentProject: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|Repository Class|Repository}} == Declaration == {{APIPrefix|Public Function}} {{APIName|SetCurrentProject(}} {{APIPrefix|ByVal}} {{APIName|ProjectID}} {{AP…')
 
No edit summary
Line 1: Line 1:
{{Template:APIClass|Repository Class|Repository}}
{{Template:APIClass|Repository Class|Repository}}


== Declaration  ==
== Property Syntax==


{{APIPrefix|Public Function}}
{{Template:SetCurrentProject}}
{{APIName|SetCurrentProject(}}
{{APIPrefix|ByVal}}
{{APIName|ProjectID}}
{{APIPrefix|As Integer}}
{{APIName|)}}
{{APIPrefix|As Boolean}}
 
{{APIComment|Opens (sets as current) a project with the specified ID. If 0 is passed, a fist available project will be set as current.}}

Revision as of 21:23, 13 September 2013



Property Syntax