SPFile.CheckOut Method
Include Protected Members
Include Inherited Members
Checks the file out of a document library.
Overload List
Name | Description | |
---|---|---|
CheckOut() | Checks the file out of a document library. | |
CheckOut(Boolean, String) | Checks out the file from a document library by specifying whether to check out the file to the local computer and by specifying that the file should not be checked out if it has been modified after a particular date. | |
CheckOut(SPFile.SPCheckOutType, String) | Checks out the file from a document library by specifying the type of checkout and by specifying that the file should not be checked out if it has been modified after a particular date. |
Top