Menu

How do you delete a workspace with P4.Net?

Help
joshd522
2010-07-23
2013-04-15
  • joshd522

    joshd522 - 2010-07-23

    I can connect, set the connection's 'Client' property, and then call Fetch_Form("client") on the connection.  What now?

     
  • Shawn Hladky

    Shawn Hladky - 2010-07-23

    You need to use the equivalent of the command line:
    p4 client -d  <clientname>

    So in p4.net, it would look somehting like this:
    result = p4.Run("client", "-d", clientName);

     

Log in to post a comment.