How to validate check-in policies, evaluate check-in notes, and check for conflicts
In the version control API, the CheckIn() method does not evaluate check-in policies and validate check-in notes. It provides with the ability to supply both an override comment and check-in notes, as applicable, but the evaluation and validation must have been performed prior to calling CheckIn(). The reason for this is that in a ...