0

The VersionControlServer.GetChangesetProperty allows a filter as the parameter, which - I think - allows me to specify the property I'm trying to get. However, I can't find a list with the available strings.

My goal is to get the CheckinNote property of the changeset. Using .GetChangesetProperty(changeSetId, "CheckinNote") returs null.

Does someone have an idea or a list with the available filter?


Update

It looks like it that method is referring to the Changeset.Properties property, I'll see if I can get any more information on this.

Trexx
  • 95
  • 7
  • Hi Trexx, any update on this, have you figured out it. Did you get the info you need from Changeset.Properties property? – PatrickLu-MSFT Apr 24 '20 at 10:11
  • @PatrickLu-MSFT Thanks for your comment but I managed to get it working using a different approach. – Trexx May 06 '20 at 07:01

0 Answers0