Module: TFS Checkout

Makes the local file writable, and changes its Pending Change status to \"edit\" in the workspace. Edit is an alias for the Checkout command.
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.
Required Permissions
To 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.
Parameters:
Name Type Description
itemspec Array File(s) and folder(s) to get latest version of. If empty, equals CWD.
options Object Checkout command options
callback function Function to call back once executed
Version:
  • 1.4.0
Source:
See: