Hello,
im locking for a Example how I can check out some files via API (V.3)!
thanks alot!
best regards
S. Haas
Sample for checkOut via API
Moderator: SourceGear
This sample command, plus others are at this link:
http://support.sourcegear.com/viewtopic.php?t=8020
// Exclusively check out a file.
getOptions = new GetOptions();
string filePath = "$/path/to/a/file";
bool bExclusive = true;
bool bGetLatest = true;
ServerOperations.ProcessCommandCheckout(new string[] { filePath }, bExclusive, bGetLatest, getOptions);
http://support.sourcegear.com/viewtopic.php?t=8020
// Exclusively check out a file.
getOptions = new GetOptions();
string filePath = "$/path/to/a/file";
bool bExclusive = true;
bool bGetLatest = true;
ServerOperations.ProcessCommandCheckout(new string[] { filePath }, bExclusive, bGetLatest, getOptions);
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager