Vault client API

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

Moderator: SourceGear

Locked
ISBE
Posts: 11
Joined: Thu May 20, 2004 7:50 am

Vault client API

Post by ISBE » Thu May 27, 2004 9:43 am

How do I search for a selected project and retreive all subfolders and files under this selected project?

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

Post by jeremy_sg » Thu May 27, 2004 10:42 am

To find a folder, you can you FindFolderRecursive, which will return a VaultClientFolder object.

To get a folder, use the ClientInstance.Get() method, which takes a VaultClientFolder.

Locked