Get Method
Retrieves a document from the library specified by DocumentLibrary .
Syntax
[VB.NET] Public Sub Get(ByVal RemoteFile As String)
[C#] public void Get(string remoteFile);
Remarks
The local document is specified by the LocalFile property. RemoteFile specifies the name of the document on the server.
Note: If SetDownloadStream has been called, the file contents will be written to the stream instead of to the LocalFile.