I am using Vault Client API for Vault Server v3.5.1.4786.
Included command line client, when used with LISTALLTXITEMS command, always returns empty ItemPath1 and ItemPath2 atributes from this line of code:
Code: Select all
_ci.Connection.GetTxDetail(_ci.ActiveRepositoryID, txid, out userid, out userlogin, out comment, out items);
Is this a bug or there is some other way to get the following information for each transaction:
- 1. Full item path.
2. Request type.
3. Transaction date.
4. Transaction ID.
5. Transaction comment.
6. Item version.
7. Transaction user.