Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Doing a checkout using an item filter

14 views
Skip to first unread message

Daniel Santos

unread,
Jul 7, 2010, 12:44:36 PM7/7/10
to
Hello,

I am using the SDK of starteam 2009
I am using the SDK to checkout a folder. I use the API call :

CheckoutManager chkOutMgr =
defaultView.createCheckoutManager(checkoutOpts);
chkOutMgr.checkout(myFolder, 1);

where myFolder is a starteam folder object.
I want to do in the API the same thing that is done through the
command line client with the -filter option.

How do I do that ?

0 new messages