Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

Move Method

Moves the specified document to a new document library.

Syntax

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

Remarks

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

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]