Documents.CheckOut(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies a specified document from a server to a local computer for editing.
public:
void CheckOut(System::String ^ FileName);
public void CheckOut (string FileName);
abstract member CheckOut : string -> unit
Public Sub CheckOut (FileName As String)
Parameters
- FileName
- String
Required String. The name of the file to check out.