Module: TFS Chekout

Makes the local file writable, and changes its Pending Change status to \"edit\" in the workspace. Edit is an alias for the Checkout command. For more information, see Pending Changes.Note Any edits that you make to items that have been checked out are not reflected in the server for Team Foundation version control until you perform a check-in operation. For more information, see Check In Pending Changes.Required PermissionsTo use the checkout command, your Check out permission must be set to Allow, and you must be either the workspace owner or your global Administer workspaces permission must be set to Allow. Also, if you use the /lock option with a value other than none, your Lock permission must be set to Allow. For more information, see Team Foundation Server Permissions.
Parameters:
Name Type Description
itemspec Array File(s) and folder(s) to get latest version of. If null/undefined, equals CWD.
options Object Checkout command options
viaApi Boolean Is this function called via tfs API ?
Version:
  • 1.2.7
Source:
See:
  • ...