Sample code or tutorial for Vault Client API (3.05)

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
Tri
Posts: 288
Joined: Wed Dec 22, 2004 11:10 am

Sample code or tutorial for Vault Client API (3.05)

Post by Tri » Thu Apr 14, 2005 9:59 am

Hi,

I would like to do the sequence of tasks using Vault Client API (3.05). The help file VaultClientOperationsLib.chm is quite overwhelming. Can you please help to give me a head start.

All the Vault operations are performed within a .NET program. Operations are very basics: Connect, Set working folder, Get Latest, Check Out / In, Disconnect.

I'd appreciate very much any sample code or tutorial.

Thanks in advance.

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Thu Apr 14, 2005 10:32 am

Our command line client source code is available in the Client API package, and is a good source for figuring out how to do simple commands.

Tri
Posts: 288
Joined: Wed Dec 22, 2004 11:10 am

Post by Tri » Thu Apr 14, 2005 11:13 am

OK good enough, thanks.

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Thu Apr 14, 2005 12:38 pm

Also, you can see how to accomplish some tasks at: http://weblogs.asp.net/jeremy_sheeley

Tri
Posts: 288
Joined: Wed Dec 22, 2004 11:10 am

Post by Tri » Fri Apr 15, 2005 8:20 am

Cool thanks, will read this in more details tonight.

Locked