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.
NOTE: This method has a corresponding asynchronous version (AddFolderAsync) for use in the WinRT environment.