VersionControlServer.GetChangesetProperty available filter

62 Views Asked by At

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.

0

There are 0 best solutions below