List Method
Lists the documents contained in the specified document library.
Syntax
[VB.NET] Public Sub List()
[C#] public void List();
Remarks
This method lists the documents contained in DocumentLibrary. Each document will be returned through the Document event.
NOTE: This method has a corresponding asynchronous version (ListAsync) for use in the WinRT environment.