CheckOut Method
Checks out a document.
Syntax
public void checkOut(String remoteFile);
Remarks
Checking out a document prevents others from altering the document until you CheckIn your changes.
CheckOut does not retrieve data. The Get method can be used to retrieve the document contents.