Overload | Description |
---|---|
BeginGetFolderContents(String,AsyncCallback,Object) | Begins the process of retrieving the contents of the current working folder. Don't forget to call EndGetFolderContents! |
BeginGetFolderContents(AsyncCallback,Object) | Begins the process of retrieving the entire contents of the current working folder. Don't forget to call EndGetFolderContents! |