From using file path, I like check in, check out and undo check out of that file in C#.
Is it possible to do that?
Thanks in Advance.
From using file path, I like check in, check out and undo check out of that file in C#.
Is it possible to do that?
Thanks in Advance.
There isn't a direct C# API, only a set of COM interfaces through the Rational ClearCase Automation Library (CAL).
So as in "How do I get latest clearcase label programmatically from C#?", it is better to wrap those checkout/checkin/unco operations in VB scripts, and call them from your C# program.