DAVResource Type
A resource as returned in a directory listing from the WebDAV component.
Remarks
This type describes a resource that has been returned by the server during a response to a ListDirectory request. The DAVResource type contains fields which describe each listing as returned from the server.
Fields
ContentLanguage String |
This field shows the language of the resource being returned. |
ContentLength String |
This field shows the length of the resource returned. |
ContentType String |
This field shows the type of the resource being returned. |
DisplayName String |
This field shows the name of the resource being listed. |
LastModified String |
This field shows the date/time stamp of the last time the resource was modified. |
ResourceURI String |
This field shows the URI of the resource being returned. |
Constructors
public DAVResource();