Documents.CheckOut(String) Method

Definition

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.

Applies to