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 property shows the language of the resource being returned. |
contentLength String |
This property shows the length of the resource returned. |
contentType String |
This property shows the type of the resource being returned. |
displayName String |
This property shows the name of the resource being listed. |
lastModified String |
This property shows the date/time stamp of the last time the resource was modified. |
resourceURI String |
This property shows the URI of the resource being returned. |
Constructors
public init()