Changelist during submission might be re-enumerated. I need to get old changelist number for already submitted changelist. I can do that using p4:
p4 -Ztag -F%oldChange% describe 1234
I want to do that using p4api.net but I cannot find the way. Do you know if there is such option?