<method> contains the name of the underlying WebDav client method that was called. <path> contains the full uri of the target of the requested operation. <success> contains a boolean indicator of the success of the request. <statusCode> contains the HTTP status code returned by the server. <statusText> contains the HTTP status message returned by the server. <displayName> contains the name to use when displaying a reference to the collection. <contentLength> will always be 0 when listing a collection. <contentType> the HTTP Content-Type (MIME type) of the collection.
Apache WebDav always returns httpd/unix-directory. <lastModified> contains the date that the collection was last modified in the default date/time format for your timezone. <data> contains the list of resources contained in the collection, the name of each resource is contained in a <resource> element.