How do I get the latest version a project using .NET API?
Posted: Fri Jul 08, 2016 2:58 am
I want to know how to get the latest version of a project.
I'm using Vault Client .NET API.
I'm using Vault Client .NET API.
A Support Community for SourceGear Products
http://kb.sourcegear.com/VaultHelp/
Code: Select all
GetOptions getOptions = new GetOptions();
getOptions.Recursive = true;
GetOperations.ProcessCommandGet(new string[] { diskPath }, getOptions);