MobileForms Toolkit Documentation

WebDavClient.BeginEnumFolder Method 

Begins the folder enumeration

public NetRequest BeginEnumFolder(
object remoteFolderObj,
NetEnumCallback callback,
object state
);

Parameters

remoteFolderObj
WebDavFile object representing the remote folder or the string containing the remote folder path (delemited with slashes).
callback
Asynchronous callback which is called after the request will finish (either with success or failure)
state
User defined object included in asynchronous result

Return Value

The remote file system request object which can be used to abort the request

See Also

WebDavClient Class | Resco.Net Namespace