// Version: Intralink v.3.4.M011 (2004321-I6.0.0.110)
// Start Macro Recording
import com.ptc.intralink.client.script.*;
import com.ptc.intralink.script.*;

public class UserScript2 extends ILIntralinkScript { 
  ILIntralinkScriptInterface IL = (ILIntralinkScriptInterface)getScriptInterface();

  private void run0 () throws Exception {
    IL.synchronizeWithCS(  ); // recorded step: 1
    IL.refresh(  ); // recorded step: 2
  } // End of run0

  public void run () throws Exception {
    run0 (); // recorded
  } // End of function

} // End Macro Recording

