AddFolder Method
Adds a folder to the document library.
Syntax
[VB.NET] Public Sub AddFolder(ByVal FolderName As String)
[C#] public void AddFolder(string folderName);
Remarks
The document library is specified by DocumentLibrary.
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
AddFolder MethodAdds a folder to the document library. Syntax[VB.NET] Public Sub AddFolder(ByVal FolderName As String) [C#] public void AddFolder(string folderName); RemarksThe document library is specified by DocumentLibrary. |
||