Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

Copy Method

Copies the specified document to a new location.

Syntax

[VB.NET]
Public Sub Copy(ByVal DocumentName As String, ByVal NewDocumentLibrary As String, ByVal NewName As String)
[C#]
public void Copy(string documentName, string newDocumentLibrary, string newName);

Remarks

The specified DocumentName in the DocumentLibrary will be copied to NewName in the NewDocumentLibrary after a call to this method.

To copy the document to the same document library, leave the NewDocumentLibrary parameter empty.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0