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 ?