Hi all,

I am new to WebDAV development in the slide content management system.

we can create new webdav resource by using

WebdavResource(HttpURL httpURL, int action, int depth) constructor.

Here, what is the significance of action and depth? how can we set these
values.

Actually, I created webdav resource like this:

WebdavResource wdr = new WebdavResource(httpURL,0,1);

But here, I am trying to list the files by using

wdr.list();

Here I am not able to access the list() method.

Please solve my problem.

Thanks & Regards,
Suresh.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to