AddFolderAsync Method
Adds a folder to the document library.
Syntax
[VB.NET] Public Function AddFolderAsync(ByVal FolderName As String) As Task
[C#] public Task AddFolderAsync(string folderName);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
AddFolderAsync MethodAdds a folder to the document library. Syntax[VB.NET] Public Function AddFolderAsync(ByVal FolderName As String) As Task [C#] public Task AddFolderAsync(string folderName); RemarksThis method is the asynchronous version of the AddFolder method and is used to support asynchronous operations in WinRT. Please refer to AddFolder for more information. |
||