It's my first time I develop a .NET winforms application using Vault Client API functionalities. I want to use Vault Client API to get a list of the labels per project.
I found the method ServerOperations.ProcessCommandFindLabels() in VaultClientIntegrationLib.dll but I don't have any clue how the parameters should look like to get a successful result.
Any help is appreciated.
After many attempts I can get all labels of a project by running the code below.
I added two dll's (VaultLib.dll and VaultClientIntegrationLib.dll) under the References in Visual Studio Project and added 2 using statements (in the class)
I've added the following code in a static method